Html Css Color HEX #C10240 Cardinal

📋 copy color: '#C10240'

red 193 ◦ green 2 ◦ blue 64

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

Shades of Cardinal #C10240

Tints of Cardinal #C10240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 74.52%
G = 0.77%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C10240 (or 0xC10240) is known color: Cardinal. HEX triplet: C1, 02 and 40. RGB value is (193,2,64). Sum of RGB (Red+Green+Blue) = 193+2+64=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C10240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10240 is #3EFDBF. Grayscale: #424242. Windows color (decimal): -4128192 or 4195009. OLE color: 4195009.

HSL color Cylindrical-coordinate representation of color #C10240: hue angle of 340.52º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10240 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 64 -
CMYK 0 0.99 0.67 0.24
HSL 340.52º 0.98% 0.38% -
HSV(B) 340.52º 0.99% 0.76% -
XYZ 22.94 11.75 5.91 -
YUV 66.18 126.78 218.46 -
System Red Green Blue C M Y K H S L
Decimal 193 2 64 0 0.99 0.67 0.24 340.52 0.98 0.38
Hex C1 2 40 0 63 43 18 155 62 26
Octal 301 2 100 0 143 103 30 525 142 46
Binary 11000001 10 1000000 0 1100011 1000011 11000 101010101 1100010 100110

Color Harmonies of #C10240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10240

Black with #C10240

Text Example


Text Example

White with #C10240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10240; }

 p { color: rgb(193,2,64); }

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

background-color css

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

 a { background-color: rgb(193,2,64); }

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

border-color css

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

 span { border-color: rgb(193,2,64); }

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