Html Css Color HEX #C83C36 Persian Red

📋 copy color: '#C83C36'

red 200 ◦ green 60 ◦ blue 54

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

Shades of Persian Red #C83C36

Tints of Persian Red #C83C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 63.69%
G = 19.11%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C83C36 (or 0xC83C36) is known color: Persian Red. HEX triplet: C8, 3C and 36. RGB value is (200,60,54). Sum of RGB (Red+Green+Blue) = 200+60+54=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C36 is #37C3C9. Grayscale: #656565. Windows color (decimal): -3654602 or 3554504. OLE color: 3554504.

HSL color Cylindrical-coordinate representation of color #C83C36: hue angle of 2.47º 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 #C83C36 is Cyan = 0, Magento = 0.7, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 60 54 -
CMYK 0 0.7 0.73 0.22
HSL 2.47º 0.57% 0.5% -
HSV(B) 2.47º 0.73% 0.78% -
XYZ 26.1 15.78 5.16 -
YUV 101.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 200 60 54 0 0.7 0.73 0.22 2.47 0.57 0.5
Hex C8 3C 36 0 46 49 16 2 39 32
Octal 310 74 66 0 106 111 26 2 71 62
Binary 11001000 111100 110110 0 1000110 1001001 10110 10 111001 110010

Color Harmonies of #C83C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C36

Black with #C83C36

Text Example


Text Example

White with #C83C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C36; }

 p { color: rgb(200,60,54); }

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

background-color css

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

 a { background-color: rgb(200,60,54); }

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

border-color css

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

 span { border-color: rgb(200,60,54); }

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