Html Css Color HEX #C42B27 Persian Red

📋 copy color: '#C42B27'

red 196 ◦ green 43 ◦ blue 39

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

Shades of Persian Red #C42B27

Tints of Persian Red #C42B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.47%

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

R = 70.5%
G = 15.47%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C42B27 (or 0xC42B27) is known color: Persian Red. HEX triplet: C4, 2B and 27. RGB value is (196,43,39). Sum of RGB (Red+Green+Blue) = 196+43+39=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B27 is #3BD4D8. Grayscale: #585858. Windows color (decimal): -3921113 or 2567108. OLE color: 2567108.

HSL color Cylindrical-coordinate representation of color #C42B27: hue angle of 1.53º 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 #C42B27 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 43 39 -
CMYK 0 0.78 0.80 0.23
HSL 1.53º 0.67% 0.46% -
HSV(B) 1.53º 0.8% 0.77% -
XYZ 24 13.61 3.28 -
YUV 88.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 196 43 39 0 0.78 0.80 0.23 1.53 0.67 0.46
Hex C4 2B 27 0 4E 50 17 2 43 2E
Octal 304 53 47 0 116 120 27 2 103 56
Binary 11000100 101011 100111 0 1001110 1010000 10111 10 1000011 101110

Color Harmonies of #C42B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B27

Black with #C42B27

Text Example


Text Example

White with #C42B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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