Html Css Color HEX #C40230 Cardinal

📋 copy color: '#C40230'

red 196 ◦ green 2 ◦ blue 48

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

Shades of Cardinal #C40230

Tints of Cardinal #C40230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 79.67%
G = 0.81%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C40230 (or 0xC40230) is known color: Cardinal. HEX triplet: C4, 02 and 30. RGB value is (196,2,48). Sum of RGB (Red+Green+Blue) = 196+2+48=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C40230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40230 is #3BFDCF. Grayscale: #414141. Windows color (decimal): -3931600 or 3146436. OLE color: 3146436.

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

Color convert

RGB 196 2 48 -
CMYK 0 0.99 0.76 0.23
HSL 345.77º 0.98% 0.39% -
HSV(B) 345.77º 0.99% 0.77% -
XYZ 23.32 11.99 3.88 -
YUV 65.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 196 2 48 0 0.99 0.76 0.23 345.77 0.98 0.39
Hex C4 2 30 0 63 4C 17 15A 62 27
Octal 304 2 60 0 143 114 27 532 142 47
Binary 11000100 10 110000 0 1100011 1001100 10111 101011010 1100010 100111

Color Harmonies of #C40230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40230

Black with #C40230

Text Example


Text Example

White with #C40230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40230; }

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

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

background-color css

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

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

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

border-color css

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

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

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