Html Css Color HEX #C42B29 Persian Red

📋 copy color: '#C42B29'

red 196 ◦ green 43 ◦ blue 41

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

Shades of Persian Red #C42B29

Tints of Persian Red #C42B29

RGB

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

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

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

R = 70%
G = 15.36%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C42B29 (or 0xC42B29) is known color: Persian Red. HEX triplet: C4, 2B and 29. RGB value is (196,43,41). Sum of RGB (Red+Green+Blue) = 196+43+41=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B29 is #3BD4D6. Grayscale: #585858. Windows color (decimal): -3921111 or 2698180. OLE color: 2698180.

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

Color convert

RGB 196 43 41 -
CMYK 0 0.78 0.79 0.23
HSL 0.77º 0.65% 0.46% -
HSV(B) 0.77º 0.79% 0.77% -
XYZ 24.03 13.62 3.46 -
YUV 88.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 196 43 41 0 0.78 0.79 0.23 0.77 0.65 0.46
Hex C4 2B 29 0 4E 4F 17 1 41 2E
Octal 304 53 51 0 116 117 27 1 101 56
Binary 11000100 101011 101001 0 1001110 1001111 10111 1 1000001 101110

Color Harmonies of #C42B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B29

Black with #C42B29

Text Example


Text Example

White with #C42B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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