Html Css Color HEX #C01843 Cardinal

📋 copy color: '#C01843'

red 192 ◦ green 24 ◦ blue 67

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

Shades of Cardinal #C01843

Tints of Cardinal #C01843

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

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

R = 67.84%
G = 8.48%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C01843 (or 0xC01843) is known color: Cardinal. HEX triplet: C0, 18 and 43. RGB value is (192,24,67). Sum of RGB (Red+Green+Blue) = 192+24+67=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C01843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01843 is #3FE7BC. Grayscale: #4F4F4F. Windows color (decimal): -4188093 or 4397248. OLE color: 4397248.

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

Color convert

RGB 192 24 67 -
CMYK 0 0.88 0.65 0.25
HSL 344.64º 0.78% 0.42% -
HSV(B) 344.64º 0.88% 0.75% -
XYZ 23.08 12.26 6.46 -
YUV 79.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 192 24 67 0 0.88 0.65 0.25 344.64 0.78 0.42
Hex C0 18 43 0 58 41 19 159 4E 2A
Octal 300 30 103 0 130 101 31 531 116 52
Binary 11000000 11000 1000011 0 1011000 1000001 11001 101011001 1001110 101010

Color Harmonies of #C01843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01843

Black with #C01843

Text Example


Text Example

White with #C01843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01843; }

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

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

background-color css

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

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

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

border-color css

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

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

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