Html Css Color HEX #C01443 Cardinal

📋 copy color: '#C01443'

red 192 ◦ green 20 ◦ blue 67

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

Shades of Cardinal #C01443

Tints of Cardinal #C01443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 68.82%
G = 7.17%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C01443 (or 0xC01443) is known color: Cardinal. HEX triplet: C0, 14 and 43. RGB value is (192,20,67). Sum of RGB (Red+Green+Blue) = 192+20+67=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C01443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01443 is #3FEBBC. Grayscale: #4C4C4C. Windows color (decimal): -4189117 or 4396224. OLE color: 4396224.

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

Color convert

RGB 192 20 67 -
CMYK 0 0.90 0.65 0.25
HSL 343.6º 0.81% 0.42% -
HSV(B) 343.6º 0.9% 0.75% -
XYZ 23 12.11 6.44 -
YUV 76.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 192 20 67 0 0.90 0.65 0.25 343.6 0.81 0.42
Hex C0 14 43 0 5A 41 19 158 51 2A
Octal 300 24 103 0 132 101 31 530 121 52
Binary 11000000 10100 1000011 0 1011010 1000001 11001 101011000 1010001 101010

Color Harmonies of #C01443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01443

Black with #C01443

Text Example


Text Example

White with #C01443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01443; }

 p { color: rgb(192,20,67); }

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

background-color css

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

 a { background-color: rgb(192,20,67); }

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

border-color css

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

 span { border-color: rgb(192,20,67); }

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