Html Css Color HEX #C41B33 Cardinal

📋 copy color: '#C41B33'

red 196 ◦ green 27 ◦ blue 51

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

Shades of Cardinal #C41B33

Tints of Cardinal #C41B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.85%

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

R = 71.53%
G = 9.85%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C41B33 (or 0xC41B33) is known color: Cardinal. HEX triplet: C4, 1B and 33. RGB value is (196,27,51). Sum of RGB (Red+Green+Blue) = 196+27+51=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B33 is #3BE4CC. Grayscale: #505050. Windows color (decimal): -3925197 or 3349444. OLE color: 3349444.

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

Color convert

RGB 196 27 51 -
CMYK 0 0.86 0.74 0.23
HSL 351.48º 0.76% 0.44% -
HSV(B) 351.48º 0.86% 0.77% -
XYZ 23.75 12.76 4.34 -
YUV 80.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 196 27 51 0 0.86 0.74 0.23 351.48 0.76 0.44
Hex C4 1B 33 0 56 4A 17 15F 4C 2C
Octal 304 33 63 0 126 112 27 537 114 54
Binary 11000100 11011 110011 0 1010110 1001010 10111 101011111 1001100 101100

Color Harmonies of #C41B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B33

Black with #C41B33

Text Example


Text Example

White with #C41B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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