Html Css Color HEX #C41730 Cardinal

📋 copy color: '#C41730'

red 196 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #C41730

Tints of Cardinal #C41730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 73.41%
G = 8.61%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C41730 (or 0xC41730) is known color: Cardinal. HEX triplet: C4, 17 and 30. RGB value is (196,23,48). Sum of RGB (Red+Green+Blue) = 196+23+48=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C41730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41730 is #3BE8CF. Grayscale: #4D4D4D. Windows color (decimal): -3926224 or 3151812. OLE color: 3151812.

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

Color convert

RGB 196 23 48 -
CMYK 0 0.88 0.76 0.23
HSL 351.33º 0.79% 0.43% -
HSV(B) 351.33º 0.88% 0.77% -
XYZ 23.6 12.56 3.98 -
YUV 77.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 196 23 48 0 0.88 0.76 0.23 351.33 0.79 0.43
Hex C4 17 30 0 58 4C 17 15F 4F 2B
Octal 304 27 60 0 130 114 27 537 117 53
Binary 11000100 10111 110000 0 1011000 1001100 10111 101011111 1001111 101011

Color Harmonies of #C41730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41730

Black with #C41730

Text Example


Text Example

White with #C41730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41730; }

 p { color: rgb(196,23,48); }

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

background-color css

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

 a { background-color: rgb(196,23,48); }

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

border-color css

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

 span { border-color: rgb(196,23,48); }

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