Html Css Color HEX #C43727 Persian Red

📋 copy color: '#C43727'

red 196 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #C43727

Tints of Persian Red #C43727

RGB

 RED value IS 196 (76.95% from 255) = 67.59%

 GREEN value IS 55 (21.88% from 255) = 18.97%

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 67.59%
G = 18.97%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C43727 (or 0xC43727) is known color: Persian Red. HEX triplet: C4, 37 and 27. RGB value is (196,55,39). Sum of RGB (Red+Green+Blue) = 196+55+39=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C43727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43727 is #3BC8D8. Grayscale: #5F5F5F. Windows color (decimal): -3918041 or 2570180. OLE color: 2570180.

HSL color Cylindrical-coordinate representation of color #C43727: hue angle of 6.11º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43727 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 55 39 -
CMYK 0 0.72 0.80 0.23
HSL 6.11º 0.67% 0.46% -
HSV(B) 6.11º 0.8% 0.77% -
XYZ 24.5 14.61 3.45 -
YUV 95.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 196 55 39 0 0.72 0.80 0.23 6.11 0.67 0.46
Hex C4 37 27 0 48 50 17 6 43 2E
Octal 304 67 47 0 110 120 27 6 103 56
Binary 11000100 110111 100111 0 1001000 1010000 10111 110 1000011 101110

Color Harmonies of #C43727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43727

Black with #C43727

Text Example


Text Example

White with #C43727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43727; }

 p { color: rgb(196,55,39); }

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

background-color css

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

 a { background-color: rgb(196,55,39); }

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

border-color css

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

 span { border-color: rgb(196,55,39); }

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