Html Css Color HEX #C42C27 Persian Red

📋 copy color: '#C42C27'

red 196 ◦ green 44 ◦ blue 39

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

Shades of Persian Red #C42C27

Tints of Persian Red #C42C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.77%

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

R = 70.25%
G = 15.77%
B = 13.98%

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

#C42C27 (or 0xC42C27) is known color: Persian Red. HEX triplet: C4, 2C and 27. RGB value is (196,44,39). Sum of RGB (Red+Green+Blue) = 196+44+39=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C27 is #3BD3D8. Grayscale: #595959. Windows color (decimal): -3920857 or 2567364. OLE color: 2567364.

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

Color convert

RGB 196 44 39 -
CMYK 0 0.78 0.80 0.23
HSL 1.91º 0.67% 0.46% -
HSV(B) 1.91º 0.8% 0.77% -
XYZ 24.03 13.68 3.29 -
YUV 88.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 196 44 39 0 0.78 0.80 0.23 1.91 0.67 0.46
Hex C4 2C 27 0 4E 50 17 2 43 2E
Octal 304 54 47 0 116 120 27 2 103 56
Binary 11000100 101100 100111 0 1001110 1010000 10111 10 1000011 101110

Color Harmonies of #C42C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42C27

Black with #C42C27

Text Example


Text Example

White with #C42C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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