Html Css Color HEX #C10239 Cardinal

📋 copy color: '#C10239'

red 193 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #C10239

Tints of Cardinal #C10239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.62%

R = 76.59%
G = 0.79%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C10239 (or 0xC10239) is known color: Cardinal. HEX triplet: C1, 02 and 39. RGB value is (193,2,57). Sum of RGB (Red+Green+Blue) = 193+2+57=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C10239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10239 is #3EFDC6. Grayscale: #414141. Windows color (decimal): -4128199 or 3736257. OLE color: 3736257.

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

Color convert

RGB 193 2 57 -
CMYK 0 0.99 0.70 0.24
HSL 342.72º 0.98% 0.38% -
HSV(B) 342.72º 0.99% 0.76% -
XYZ 22.75 11.68 4.93 -
YUV 65.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 193 2 57 0 0.99 0.70 0.24 342.72 0.98 0.38
Hex C1 2 39 0 63 46 18 157 62 26
Octal 301 2 71 0 143 106 30 527 142 46
Binary 11000001 10 111001 0 1100011 1000110 11000 101010111 1100010 100110

Color Harmonies of #C10239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10239

Black with #C10239

Text Example


Text Example

White with #C10239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10239; }

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

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

background-color css

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

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

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

border-color css

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

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

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