Html Css Color HEX #C10242 Cardinal

📋 copy color: '#C10242'

red 193 ◦ green 2 ◦ blue 66

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

Shades of Cardinal #C10242

Tints of Cardinal #C10242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 73.95%
G = 0.77%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C10242 (or 0xC10242) is known color: Cardinal. HEX triplet: C1, 02 and 42. RGB value is (193,2,66). Sum of RGB (Red+Green+Blue) = 193+2+66=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C10242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10242 is #3EFDBD. Grayscale: #424242. Windows color (decimal): -4128190 or 4326081. OLE color: 4326081.

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

Color convert

RGB 193 2 66 -
CMYK 0 0.99 0.66 0.24
HSL 339.9º 0.98% 0.38% -
HSV(B) 339.9º 0.99% 0.76% -
XYZ 23 11.77 6.21 -
YUV 66.41 127.78 218.3 -
System Red Green Blue C M Y K H S L
Decimal 193 2 66 0 0.99 0.66 0.24 339.9 0.98 0.38
Hex C1 2 42 0 63 42 18 154 62 26
Octal 301 2 102 0 143 102 30 524 142 46
Binary 11000001 10 1000010 0 1100011 1000010 11000 101010100 1100010 100110

Color Harmonies of #C10242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10242

Black with #C10242

Text Example


Text Example

White with #C10242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10242; }

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

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

background-color css

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

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

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

border-color css

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

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

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