Html Css Color HEX #C83A37 Persian Red

📋 copy color: '#C83A37'

red 200 ◦ green 58 ◦ blue 55

#C83A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C83A37

Tints of Persian Red #C83A37

RGB

 RED value IS 200 (78.52% from 255) = 63.9%

 GREEN value IS 58 (23.05% from 255) = 18.53%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 63.9%
G = 18.53%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C83A37 (or 0xC83A37) is known color: Persian Red. HEX triplet: C8, 3A and 37. RGB value is (200,58,55). Sum of RGB (Red+Green+Blue) = 200+58+55=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A37 is #37C5C8. Grayscale: #646464. Windows color (decimal): -3655113 or 3619528. OLE color: 3619528.

HSL color Cylindrical-coordinate representation of color #C83A37: hue angle of 1.24º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83A37 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 58 55 -
CMYK 0 0.71 0.72 0.22
HSL 1.24º 0.57% 0.5% -
HSV(B) 1.24º 0.73% 0.78% -
XYZ 26.02 15.58 5.25 -
YUV 100.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 200 58 55 0 0.71 0.72 0.22 1.24 0.57 0.5
Hex C8 3A 37 0 47 48 16 1 39 32
Octal 310 72 67 0 107 110 26 1 71 62
Binary 11001000 111010 110111 0 1000111 1001000 10110 1 111001 110010

Color Harmonies of #C83A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A37

Black with #C83A37

Text Example


Text Example

White with #C83A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A37; }

 p { color: rgb(200,58,55); }

 H1.HeaderClassName
 {
   color: #C83A37;
 }
 .AnyTagClassName
 {
   color: #C83A37;
 }
</style>

background-color css

<style>
 a { background-color: #C83A37; }

 a { background-color: rgb(200,58,55); }

 div.DivClassName
 {
   background-color: #C83A37;
 }
 .BgClassName
 {
   background-color: #C83A37;
 }
</style>

border-color css

<style>
 span { border-color: #C83A37; }

 span { border-color: rgb(200,58,55); }

 td.TdClassName
 {
   border-color: #C83A37;
 }
 .TagClassName
 {
   border-color: #C83A37;
 }
</style>