Html Css Color HEX #C41A4B Cardinal

📋 copy color: '#C41A4B'

red 196 ◦ green 26 ◦ blue 75

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

Shades of Cardinal #C41A4B

Tints of Cardinal #C41A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 65.99%
G = 8.75%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C41A4B (or 0xC41A4B) is known color: Cardinal. HEX triplet: C4, 1A and 4B. RGB value is (196,26,75). Sum of RGB (Red+Green+Blue) = 196+26+75=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A4B is #3BE5B4. Grayscale: #525252. Windows color (decimal): -3925429 or 4922052. OLE color: 4922052.

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

Color convert

RGB 196 26 75 -
CMYK 0 0.87 0.62 0.23
HSL 342.71º 0.77% 0.44% -
HSV(B) 342.71º 0.87% 0.77% -
XYZ 24.4 12.98 7.88 -
YUV 82.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 196 26 75 0 0.87 0.62 0.23 342.71 0.77 0.44
Hex C4 1A 4B 0 57 3E 17 157 4D 2C
Octal 304 32 113 0 127 76 27 527 115 54
Binary 11000100 11010 1001011 0 1010111 111110 10111 101010111 1001101 101100

Color Harmonies of #C41A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A4B

Black with #C41A4B

Text Example


Text Example

White with #C41A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A4B; }

 p { color: rgb(196,26,75); }

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

background-color css

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

 a { background-color: rgb(196,26,75); }

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

border-color css

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

 span { border-color: rgb(196,26,75); }

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