Html Css Color HEX #C10B3E Cardinal

📋 copy color: '#C10B3E'

red 193 ◦ green 11 ◦ blue 62

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

Shades of Cardinal #C10B3E

Tints of Cardinal #C10B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 72.56%
G = 4.14%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C10B3E (or 0xC10B3E) is known color: Cardinal. HEX triplet: C1, 0B and 3E. RGB value is (193,11,62). Sum of RGB (Red+Green+Blue) = 193+11+62=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B3E is #3EF4C1. Grayscale: #474747. Windows color (decimal): -4125890 or 4066241. OLE color: 4066241.

HSL color Cylindrical-coordinate representation of color #C10B3E: hue angle of 343.19º degrees, saturation: 0.89, 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 #C10B3E is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 11 62 -
CMYK 0 0.94 0.68 0.24
HSL 343.19º 0.89% 0.4% -
HSV(B) 343.19º 0.94% 0.76% -
XYZ 22.98 11.92 5.65 -
YUV 71.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 193 11 62 0 0.94 0.68 0.24 343.19 0.89 0.4
Hex C1 B 3E 0 5E 44 18 157 59 28
Octal 301 13 76 0 136 104 30 527 131 50
Binary 11000001 1011 111110 0 1011110 1000100 11000 101010111 1011001 101000

Color Harmonies of #C10B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B3E

Black with #C10B3E

Text Example


Text Example

White with #C10B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B3E; }

 p { color: rgb(193,11,62); }

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

background-color css

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

 a { background-color: rgb(193,11,62); }

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

border-color css

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

 span { border-color: rgb(193,11,62); }

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