Html Css Color HEX #C42344 Cardinal

📋 copy color: '#C42344'

red 196 ◦ green 35 ◦ blue 68

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

Shades of Cardinal #C42344

Tints of Cardinal #C42344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 65.55%
G = 11.71%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C42344 (or 0xC42344) is known color: Cardinal. HEX triplet: C4, 23 and 44. RGB value is (196,35,68). Sum of RGB (Red+Green+Blue) = 196+35+68=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C42344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42344 is #3BDCBB. Grayscale: #565656. Windows color (decimal): -3923132 or 4465604. OLE color: 4465604.

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

Color convert

RGB 196 35 68 -
CMYK 0 0.82 0.65 0.23
HSL 347.7º 0.7% 0.45% -
HSV(B) 347.7º 0.82% 0.77% -
XYZ 24.41 13.36 6.76 -
YUV 86.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 196 35 68 0 0.82 0.65 0.23 347.7 0.7 0.45
Hex C4 23 44 0 52 41 17 15C 46 2D
Octal 304 43 104 0 122 101 27 534 106 55
Binary 11000100 100011 1000100 0 1010010 1000001 10111 101011100 1000110 101101

Color Harmonies of #C42344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42344

Black with #C42344

Text Example


Text Example

White with #C42344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42344; }

 p { color: rgb(196,35,68); }

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

background-color css

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

 a { background-color: rgb(196,35,68); }

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

border-color css

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

 span { border-color: rgb(196,35,68); }

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