Html Css Color HEX #C10B3F Cardinal

📋 copy color: '#C10B3F'

red 193 ◦ green 11 ◦ blue 63

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

Shades of Cardinal #C10B3F

Tints of Cardinal #C10B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 72.28%
G = 4.12%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C10B3F (or 0xC10B3F) is known color: Cardinal. HEX triplet: C1, 0B and 3F. RGB value is (193,11,63). Sum of RGB (Red+Green+Blue) = 193+11+63=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B3F is #3EF4C0. Grayscale: #474747. Windows color (decimal): -4125889 or 4131777. OLE color: 4131777.

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

Color convert

RGB 193 11 63 -
CMYK 0 0.94 0.67 0.24
HSL 342.86º 0.89% 0.4% -
HSV(B) 342.86º 0.94% 0.76% -
XYZ 23.01 11.94 5.79 -
YUV 71.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 193 11 63 0 0.94 0.67 0.24 342.86 0.89 0.4
Hex C1 B 3F 0 5E 43 18 157 59 28
Octal 301 13 77 0 136 103 30 527 131 50
Binary 11000001 1011 111111 0 1011110 1000011 11000 101010111 1011001 101000

Color Harmonies of #C10B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B3F

Black with #C10B3F

Text Example


Text Example

White with #C10B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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