Html Css Color HEX #C83F39 Persian Red

📋 copy color: '#C83F39'

red 200 ◦ green 63 ◦ blue 57

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

Shades of Persian Red #C83F39

Tints of Persian Red #C83F39

RGB

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

 GREEN value IS 63 (25% from 255) = 19.69%

 BLUE value IS 57 (22.66% from 255) = 17.81%

R = 62.5%
G = 19.69%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C83F39 (or 0xC83F39) is known color: Persian Red. HEX triplet: C8, 3F and 39. RGB value is (200,63,57). Sum of RGB (Red+Green+Blue) = 200+63+57=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F39 is #37C0C6. Grayscale: #676767. Windows color (decimal): -3653831 or 3751880. OLE color: 3751880.

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

Color convert

RGB 200 63 57 -
CMYK 0 0.68 0.72 0.22
HSL 2.52º 0.57% 0.5% -
HSV(B) 2.52º 0.72% 0.78% -
XYZ 26.34 16.13 5.6 -
YUV 103.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 200 63 57 0 0.68 0.72 0.22 2.52 0.57 0.5
Hex C8 3F 39 0 44 48 16 3 39 32
Octal 310 77 71 0 104 110 26 3 71 62
Binary 11001000 111111 111001 0 1000100 1001000 10110 11 111001 110010

Color Harmonies of #C83F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F39

Black with #C83F39

Text Example


Text Example

White with #C83F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F39; }

 p { color: rgb(200,63,57); }

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

background-color css

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

 a { background-color: rgb(200,63,57); }

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

border-color css

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

 span { border-color: rgb(200,63,57); }

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