Html Css Color HEX #C01231 Cardinal

📋 copy color: '#C01231'

red 192 ◦ green 18 ◦ blue 49

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

Shades of Cardinal #C01231

Tints of Cardinal #C01231

RGB

 RED value IS 192 (75.39% from 255) = 74.13%

 GREEN value IS 18 (7.42% from 255) = 6.95%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 74.13%
G = 6.95%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01231 (or 0xC01231) is known color: Cardinal. HEX triplet: C0, 12 and 31. RGB value is (192,18,49). Sum of RGB (Red+Green+Blue) = 192+18+49=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C01231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01231 is #3FEDCE. Grayscale: #494949. Windows color (decimal): -4189647 or 3216064. OLE color: 3216064.

HSL color Cylindrical-coordinate representation of color #C01231: hue angle of 349.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01231 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 49 -
CMYK 0 0.91 0.74 0.25
HSL 349.31º 0.83% 0.41% -
HSV(B) 349.31º 0.91% 0.75% -
XYZ 22.51 11.86 4.01 -
YUV 73.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 192 18 49 0 0.91 0.74 0.25 349.31 0.83 0.41
Hex C0 12 31 0 5B 4A 19 15D 53 29
Octal 300 22 61 0 133 112 31 535 123 51
Binary 11000000 10010 110001 0 1011011 1001010 11001 101011101 1010011 101001

Color Harmonies of #C01231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01231

Black with #C01231

Text Example


Text Example

White with #C01231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01231; }

 p { color: rgb(192,18,49); }

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

background-color css

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

 a { background-color: rgb(192,18,49); }

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

border-color css

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

 span { border-color: rgb(192,18,49); }

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