Html Css Color HEX #C10E30 Cardinal

📋 copy color: '#C10E30'

red 193 ◦ green 14 ◦ blue 48

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

Shades of Cardinal #C10E30

Tints of Cardinal #C10E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.82%

R = 75.69%
G = 5.49%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C10E30 (or 0xC10E30) is known color: Cardinal. HEX triplet: C1, 0E and 30. RGB value is (193,14,48). Sum of RGB (Red+Green+Blue) = 193+14+48=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E30 is #3EF1CF. Grayscale: #474747. Windows color (decimal): -4125136 or 3149505. OLE color: 3149505.

HSL color Cylindrical-coordinate representation of color #C10E30: hue angle of 348.6º 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 #C10E30 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 48 -
CMYK 0 0.93 0.75 0.24
HSL 348.6º 0.86% 0.41% -
HSV(B) 348.6º 0.93% 0.76% -
XYZ 22.68 11.86 3.89 -
YUV 71.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 193 14 48 0 0.93 0.75 0.24 348.6 0.86 0.41
Hex C1 E 30 0 5D 4B 18 15D 56 29
Octal 301 16 60 0 135 113 30 535 126 51
Binary 11000001 1110 110000 0 1011101 1001011 11000 101011101 1010110 101001

Color Harmonies of #C10E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E30

Black with #C10E30

Text Example


Text Example

White with #C10E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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