Html Css Color HEX #C10C3F Cardinal

📋 copy color: '#C10C3F'

red 193 ◦ green 12 ◦ blue 63

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

Shades of Cardinal #C10C3F

Tints of Cardinal #C10C3F

RGB

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

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

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

R = 72.01%
G = 4.48%
B = 23.51%

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

#C10C3F (or 0xC10C3F) is known color: Cardinal. HEX triplet: C1, 0C and 3F. RGB value is (193,12,63). Sum of RGB (Red+Green+Blue) = 193+12+63=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C3F is #3EF3C0. Grayscale: #474747. Windows color (decimal): -4125633 or 4132033. OLE color: 4132033.

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

Color convert

RGB 193 12 63 -
CMYK 0 0.94 0.67 0.24
HSL 343.09º 0.88% 0.4% -
HSV(B) 343.09º 0.94% 0.76% -
XYZ 23.02 11.96 5.8 -
YUV 71.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 193 12 63 0 0.94 0.67 0.24 343.09 0.88 0.4
Hex C1 C 3F 0 5E 43 18 157 58 28
Octal 301 14 77 0 136 103 30 527 130 50
Binary 11000001 1100 111111 0 1011110 1000011 11000 101010111 1011000 101000

Color Harmonies of #C10C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C3F

Black with #C10C3F

Text Example


Text Example

White with #C10C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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