Html Css Color HEX #C10033 Cardinal

📋 copy color: '#C10033'

red 193 ◦ green 0 ◦ blue 51

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

Shades of Cardinal #C10033

Tints of Cardinal #C10033

RGB

 RED value IS 193 (75.78% from 255) = 79.1%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 79.1%
G = 0%
B = 20.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10033 (or 0xC10033) is known color: Cardinal. HEX triplet: C1, 00 and 33. RGB value is (193,0,51). Sum of RGB (Red+Green+Blue) = 193+0+51=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C10033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10033 is #3EFFCC. Grayscale: #3F3F3F. Windows color (decimal): -4128717 or 3342529. OLE color: 3342529.

HSL color Cylindrical-coordinate representation of color #C10033: hue angle of 344.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10033 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 51 -
CMYK 0 1 0.74 0.24
HSL 344.15º 1% 0.38% -
HSV(B) 344.15º 1% 0.76% -
XYZ 22.59 11.58 4.18 -
YUV 63.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 193 0 51 0 1 0.74 0.24 344.15 1 0.38
Hex C1 0 33 0 64 4A 18 158 64 26
Octal 301 0 63 0 144 112 30 530 144 46
Binary 11000001 0 110011 0 1100100 1001010 11000 101011000 1100100 100110

Color Harmonies of #C10033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10033

Black with #C10033

Text Example


Text Example

White with #C10033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10033; }

 p { color: rgb(193,0,51); }

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

background-color css

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

 a { background-color: rgb(193,0,51); }

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

border-color css

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

 span { border-color: rgb(193,0,51); }

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