Html Css Color HEX #C01343 Cardinal

📋 copy color: '#C01343'

red 192 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #C01343

Tints of Cardinal #C01343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 69.06%
G = 6.83%
B = 24.1%

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

#C01343 (or 0xC01343) is known color: Cardinal. HEX triplet: C0, 13 and 43. RGB value is (192,19,67). Sum of RGB (Red+Green+Blue) = 192+19+67=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C01343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01343 is #3FECBC. Grayscale: #4C4C4C. Windows color (decimal): -4189373 or 4395968. OLE color: 4395968.

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

Color convert

RGB 192 19 67 -
CMYK 0 0.90 0.65 0.25
HSL 343.35º 0.82% 0.41% -
HSV(B) 343.35º 0.9% 0.75% -
XYZ 22.98 12.08 6.43 -
YUV 76.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 192 19 67 0 0.90 0.65 0.25 343.35 0.82 0.41
Hex C0 13 43 0 5A 41 19 157 52 29
Octal 300 23 103 0 132 101 31 527 122 51
Binary 11000000 10011 1000011 0 1011010 1000001 11001 101010111 1010010 101001

Color Harmonies of #C01343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01343

Black with #C01343

Text Example


Text Example

White with #C01343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01343; }

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

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

background-color css

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

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

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

border-color css

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

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

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