Html Css Color HEX #C01644 Cardinal

📋 copy color: '#C01644'

red 192 ◦ green 22 ◦ blue 68

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

Shades of Cardinal #C01644

Tints of Cardinal #C01644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

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

R = 68.09%
G = 7.8%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C01644 (or 0xC01644) is known color: Cardinal. HEX triplet: C0, 16 and 44. RGB value is (192,22,68). Sum of RGB (Red+Green+Blue) = 192+22+68=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C01644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01644 is #3FE9BB. Grayscale: #4E4E4E. Windows color (decimal): -4188604 or 4462272. OLE color: 4462272.

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

Color convert

RGB 192 22 68 -
CMYK 0 0.89 0.65 0.25
HSL 343.76º 0.79% 0.42% -
HSV(B) 343.76º 0.89% 0.75% -
XYZ 23.07 12.2 6.61 -
YUV 78.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 192 22 68 0 0.89 0.65 0.25 343.76 0.79 0.42
Hex C0 16 44 0 59 41 19 158 4F 2A
Octal 300 26 104 0 131 101 31 530 117 52
Binary 11000000 10110 1000100 0 1011001 1000001 11001 101011000 1001111 101010

Color Harmonies of #C01644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01644

Black with #C01644

Text Example


Text Example

White with #C01644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01644; }

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

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

background-color css

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

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

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

border-color css

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

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

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