Html Css Color HEX #C83C29 Persian Red

📋 copy color: '#C83C29'

red 200 ◦ green 60 ◦ blue 41

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

Shades of Persian Red #C83C29

Tints of Persian Red #C83C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 66.45%
G = 19.93%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C83C29 (or 0xC83C29) is known color: Persian Red. HEX triplet: C8, 3C and 29. RGB value is (200,60,41). Sum of RGB (Red+Green+Blue) = 200+60+41=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C29 is #37C3D6. Grayscale: #636363. Windows color (decimal): -3654615 or 2702536. OLE color: 2702536.

HSL color Cylindrical-coordinate representation of color #C83C29: hue angle of 7.17º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C83C29 is Cyan = 0, Magento = 0.7, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 60 41 -
CMYK 0 0.7 0.80 0.22
HSL 7.17º 0.66% 0.47% -
HSV(B) 7.17º 0.8% 0.78% -
XYZ 25.84 15.67 3.76 -
YUV 99.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 200 60 41 0 0.7 0.80 0.22 7.17 0.66 0.47
Hex C8 3C 29 0 46 50 16 7 42 2F
Octal 310 74 51 0 106 120 26 7 102 57
Binary 11001000 111100 101001 0 1000110 1010000 10110 111 1000010 101111

Color Harmonies of #C83C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C29

Black with #C83C29

Text Example


Text Example

White with #C83C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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