Html Css Color HEX #C10C33 Cardinal

📋 copy color: '#C10C33'

red 193 ◦ green 12 ◦ blue 51

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

Shades of Cardinal #C10C33

Tints of Cardinal #C10C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.69%

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

R = 75.39%
G = 4.69%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10C33 (or 0xC10C33) is known color: Cardinal. HEX triplet: C1, 0C and 33. RGB value is (193,12,51). Sum of RGB (Red+Green+Blue) = 193+12+51=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C33 is #3EF3CC. Grayscale: #464646. Windows color (decimal): -4125645 or 3345601. OLE color: 3345601.

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

Color convert

RGB 193 12 51 -
CMYK 0 0.94 0.74 0.24
HSL 347.07º 0.88% 0.4% -
HSV(B) 347.07º 0.94% 0.76% -
XYZ 22.72 11.84 4.22 -
YUV 70.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 193 12 51 0 0.94 0.74 0.24 347.07 0.88 0.4
Hex C1 C 33 0 5E 4A 18 15B 58 28
Octal 301 14 63 0 136 112 30 533 130 50
Binary 11000001 1100 110011 0 1011110 1001010 11000 101011011 1011000 101000

Color Harmonies of #C10C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C33

Black with #C10C33

Text Example


Text Example

White with #C10C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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