Html Css Color HEX #C10E34 Cardinal

📋 copy color: '#C10E34'

red 193 ◦ green 14 ◦ blue 52

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

Shades of Cardinal #C10E34

Tints of Cardinal #C10E34

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.41%

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 74.52%
G = 5.41%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C10E34 (or 0xC10E34) is known color: Cardinal. HEX triplet: C1, 0E and 34. RGB value is (193,14,52). Sum of RGB (Red+Green+Blue) = 193+14+52=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E34 is #3EF1CB. Grayscale: #474747. Windows color (decimal): -4125132 or 3411649. OLE color: 3411649.

HSL color Cylindrical-coordinate representation of color #C10E34: hue angle of 347.26º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E34 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 52 -
CMYK 0 0.93 0.73 0.24
HSL 347.26º 0.86% 0.41% -
HSV(B) 347.26º 0.93% 0.76% -
XYZ 22.77 11.9 4.35 -
YUV 71.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 193 14 52 0 0.93 0.73 0.24 347.26 0.86 0.41
Hex C1 E 34 0 5D 49 18 15B 56 29
Octal 301 16 64 0 135 111 30 533 126 51
Binary 11000001 1110 110100 0 1011101 1001001 11000 101011011 1010110 101001

Color Harmonies of #C10E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E34

Black with #C10E34

Text Example


Text Example

White with #C10E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E34; }

 p { color: rgb(193,14,52); }

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

background-color css

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

 a { background-color: rgb(193,14,52); }

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

border-color css

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

 span { border-color: rgb(193,14,52); }

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