Html Css Color HEX #C41E2B Cardinal

📋 copy color: '#C41E2B'

red 196 ◦ green 30 ◦ blue 43

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

Shades of Cardinal #C41E2B

Tints of Cardinal #C41E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.15%

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 72.86%
G = 11.15%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C41E2B (or 0xC41E2B) is known color: Cardinal. HEX triplet: C4, 1E and 2B. RGB value is (196,30,43). Sum of RGB (Red+Green+Blue) = 196+30+43=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E2B is #3BE1D4. Grayscale: #515151. Windows color (decimal): -3924437 or 2825924. OLE color: 2825924.

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

Color convert

RGB 196 30 43 -
CMYK 0 0.85 0.78 0.23
HSL 355.3º 0.73% 0.44% -
HSV(B) 355.3º 0.85% 0.77% -
XYZ 23.67 12.84 3.52 -
YUV 81.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 196 30 43 0 0.85 0.78 0.23 355.3 0.73 0.44
Hex C4 1E 2B 0 55 4E 17 163 49 2C
Octal 304 36 53 0 125 116 27 543 111 54
Binary 11000100 11110 101011 0 1010101 1001110 10111 101100011 1001001 101100

Color Harmonies of #C41E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E2B

Black with #C41E2B

Text Example


Text Example

White with #C41E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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