Html Css Color HEX #C42038 Cardinal

📋 copy color: '#C42038'

red 196 ◦ green 32 ◦ blue 56

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

Shades of Cardinal #C42038

Tints of Cardinal #C42038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 69.01%
G = 11.27%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C42038 (or 0xC42038) is known color: Cardinal. HEX triplet: C4, 20 and 38. RGB value is (196,32,56). Sum of RGB (Red+Green+Blue) = 196+32+56=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C42038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42038 is #3BDFC7. Grayscale: #535353. Windows color (decimal): -3923912 or 3678404. OLE color: 3678404.

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

Color convert

RGB 196 32 56 -
CMYK 0 0.84 0.71 0.23
HSL 351.22º 0.72% 0.45% -
HSV(B) 351.22º 0.84% 0.77% -
XYZ 24 13.05 5 -
YUV 83.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 196 32 56 0 0.84 0.71 0.23 351.22 0.72 0.45
Hex C4 20 38 0 54 47 17 15F 48 2D
Octal 304 40 70 0 124 107 27 537 110 55
Binary 11000100 100000 111000 0 1010100 1000111 10111 101011111 1001000 101101

Color Harmonies of #C42038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42038

Black with #C42038

Text Example


Text Example

White with #C42038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42038; }

 p { color: rgb(196,32,56); }

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

background-color css

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

 a { background-color: rgb(196,32,56); }

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

border-color css

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

 span { border-color: rgb(196,32,56); }

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