Html Css Color HEX #C41742 Cardinal

📋 copy color: '#C41742'

red 196 ◦ green 23 ◦ blue 66

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

Shades of Cardinal #C41742

Tints of Cardinal #C41742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.07%

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 68.77%
G = 8.07%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C41742 (or 0xC41742) is known color: Cardinal. HEX triplet: C4, 17 and 42. RGB value is (196,23,66). Sum of RGB (Red+Green+Blue) = 196+23+66=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C41742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41742 is #3BE8BD. Grayscale: #4F4F4F. Windows color (decimal): -3926206 or 4331460. OLE color: 4331460.

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

Color convert

RGB 196 23 66 -
CMYK 0 0.88 0.66 0.23
HSL 345.09º 0.79% 0.43% -
HSV(B) 345.09º 0.88% 0.77% -
XYZ 24.05 12.74 6.35 -
YUV 79.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 196 23 66 0 0.88 0.66 0.23 345.09 0.79 0.43
Hex C4 17 42 0 58 42 17 159 4F 2B
Octal 304 27 102 0 130 102 27 531 117 53
Binary 11000100 10111 1000010 0 1011000 1000010 10111 101011001 1001111 101011

Color Harmonies of #C41742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41742

Black with #C41742

Text Example


Text Example

White with #C41742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41742; }

 p { color: rgb(196,23,66); }

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

background-color css

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

 a { background-color: rgb(196,23,66); }

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

border-color css

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

 span { border-color: rgb(196,23,66); }

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