Html Css Color HEX #C01943 Cardinal

📋 copy color: '#C01943'

red 192 ◦ green 25 ◦ blue 67

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

Shades of Cardinal #C01943

Tints of Cardinal #C01943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 67.61%
G = 8.8%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C01943 (or 0xC01943) is known color: Cardinal. HEX triplet: C0, 19 and 43. RGB value is (192,25,67). Sum of RGB (Red+Green+Blue) = 192+25+67=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C01943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01943 is #3FE6BC. Grayscale: #4F4F4F. Windows color (decimal): -4187837 or 4397504. OLE color: 4397504.

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

Color convert

RGB 192 25 67 -
CMYK 0 0.87 0.65 0.25
HSL 344.91º 0.77% 0.43% -
HSV(B) 344.91º 0.87% 0.75% -
XYZ 23.1 12.31 6.47 -
YUV 79.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 192 25 67 0 0.87 0.65 0.25 344.91 0.77 0.43
Hex C0 19 43 0 57 41 19 159 4D 2B
Octal 300 31 103 0 127 101 31 531 115 53
Binary 11000000 11001 1000011 0 1010111 1000001 11001 101011001 1001101 101011

Color Harmonies of #C01943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01943

Black with #C01943

Text Example


Text Example

White with #C01943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01943; }

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

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

background-color css

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

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

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

border-color css

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

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

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