Html Css Color HEX #C42633 Cardinal

📋 copy color: '#C42633'

red 196 ◦ green 38 ◦ blue 51

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

Shades of Cardinal #C42633

Tints of Cardinal #C42633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 68.77%
G = 13.33%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C42633 (or 0xC42633) is known color: Cardinal. HEX triplet: C4, 26 and 33. RGB value is (196,38,51). Sum of RGB (Red+Green+Blue) = 196+38+51=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C42633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42633 is #3BD9CC. Grayscale: #565656. Windows color (decimal): -3922381 or 3352260. OLE color: 3352260.

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

Color convert

RGB 196 38 51 -
CMYK 0 0.81 0.74 0.23
HSL 355.06º 0.68% 0.46% -
HSV(B) 355.06º 0.81% 0.77% -
XYZ 24.06 13.36 4.44 -
YUV 86.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 196 38 51 0 0.81 0.74 0.23 355.06 0.68 0.46
Hex C4 26 33 0 51 4A 17 163 44 2E
Octal 304 46 63 0 121 112 27 543 104 56
Binary 11000100 100110 110011 0 1010001 1001010 10111 101100011 1000100 101110

Color Harmonies of #C42633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42633

Black with #C42633

Text Example


Text Example

White with #C42633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42633; }

 p { color: rgb(196,38,51); }

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

background-color css

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

 a { background-color: rgb(196,38,51); }

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

border-color css

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

 span { border-color: rgb(196,38,51); }

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