Html Css Color HEX #C01251 Cardinal

📋 copy color: '#C01251'

red 192 ◦ green 18 ◦ blue 81

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

Shades of Cardinal #C01251

Tints of Cardinal #C01251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.84%

R = 65.98%
G = 6.19%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C01251 (or 0xC01251) is known color: Cardinal. HEX triplet: C0, 12 and 51. RGB value is (192,18,81). Sum of RGB (Red+Green+Blue) = 192+18+81=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C01251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01251 is #3FEDAE. Grayscale: #4D4D4D. Windows color (decimal): -4189615 or 5313216. OLE color: 5313216.

HSL color Cylindrical-coordinate representation of color #C01251: hue angle of 338.28º 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 #C01251 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 81 -
CMYK 0 0.91 0.58 0.25
HSL 338.28º 0.83% 0.41% -
HSV(B) 338.28º 0.91% 0.75% -
XYZ 23.44 12.23 8.91 -
YUV 77.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 192 18 81 0 0.91 0.58 0.25 338.28 0.83 0.41
Hex C0 12 51 0 5B 3A 19 152 53 29
Octal 300 22 121 0 133 72 31 522 123 51
Binary 11000000 10010 1010001 0 1011011 111010 11001 101010010 1010011 101001

Color Harmonies of #C01251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01251

Black with #C01251

Text Example


Text Example

White with #C01251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01251; }

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

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

background-color css

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

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

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

border-color css

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

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

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