Html Css Color HEX #C41030 Cardinal

📋 copy color: '#C41030'

red 196 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #C41030

Tints of Cardinal #C41030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

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

R = 75.38%
G = 6.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C41030 (or 0xC41030) is known color: Cardinal. HEX triplet: C4, 10 and 30. RGB value is (196,16,48). Sum of RGB (Red+Green+Blue) = 196+16+48=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C41030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41030 is #3BEFCF. Grayscale: #494949. Windows color (decimal): -3928016 or 3150020. OLE color: 3150020.

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

Color convert

RGB 196 16 48 -
CMYK 0 0.92 0.76 0.23
HSL 349.33º 0.85% 0.42% -
HSV(B) 349.33º 0.92% 0.77% -
XYZ 23.48 12.32 3.94 -
YUV 73.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 196 16 48 0 0.92 0.76 0.23 349.33 0.85 0.42
Hex C4 10 30 0 5C 4C 17 15D 55 2A
Octal 304 20 60 0 134 114 27 535 125 52
Binary 11000100 10000 110000 0 1011100 1001100 10111 101011101 1010101 101010

Color Harmonies of #C41030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41030

Black with #C41030

Text Example


Text Example

White with #C41030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41030; }

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

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

background-color css

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

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

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

border-color css

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

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

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