Html Css Color HEX #C01044 Cardinal

📋 copy color: '#C01044'

red 192 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #C01044

Tints of Cardinal #C01044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 69.57%
G = 5.8%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C01044 (or 0xC01044) is known color: Cardinal. HEX triplet: C0, 10 and 44. RGB value is (192,16,68). Sum of RGB (Red+Green+Blue) = 192+16+68=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C01044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01044 is #3FEFBB. Grayscale: #4A4A4A. Windows color (decimal): -4190140 or 4460736. OLE color: 4460736.

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

Color convert

RGB 192 16 68 -
CMYK 0 0.92 0.65 0.25
HSL 342.27º 0.85% 0.41% -
HSV(B) 342.27º 0.92% 0.75% -
XYZ 22.97 11.99 6.57 -
YUV 74.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 192 16 68 0 0.92 0.65 0.25 342.27 0.85 0.41
Hex C0 10 44 0 5C 41 19 156 55 29
Octal 300 20 104 0 134 101 31 526 125 51
Binary 11000000 10000 1000100 0 1011100 1000001 11001 101010110 1010101 101001

Color Harmonies of #C01044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01044

Black with #C01044

Text Example


Text Example

White with #C01044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01044; }

 p { color: rgb(192,16,68); }

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

background-color css

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

 a { background-color: rgb(192,16,68); }

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

border-color css

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

 span { border-color: rgb(192,16,68); }

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