Html Css Color HEX #C10236 Cardinal

📋 copy color: '#C10236'

red 193 ◦ green 2 ◦ blue 54

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

Shades of Cardinal #C10236

Tints of Cardinal #C10236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.69%

R = 77.51%
G = 0.8%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C10236 (or 0xC10236) is known color: Cardinal. HEX triplet: C1, 02 and 36. RGB value is (193,2,54). Sum of RGB (Red+Green+Blue) = 193+2+54=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C10236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10236 is #3EFDC9. Grayscale: #414141. Windows color (decimal): -4128202 or 3539649. OLE color: 3539649.

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

Color convert

RGB 193 2 54 -
CMYK 0 0.99 0.72 0.24
HSL 343.66º 0.98% 0.38% -
HSV(B) 343.66º 0.99% 0.76% -
XYZ 22.68 11.65 4.54 -
YUV 65.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 193 2 54 0 0.99 0.72 0.24 343.66 0.98 0.38
Hex C1 2 36 0 63 48 18 158 62 26
Octal 301 2 66 0 143 110 30 530 142 46
Binary 11000001 10 110110 0 1100011 1001000 11000 101011000 1100010 100110

Color Harmonies of #C10236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10236

Black with #C10236

Text Example


Text Example

White with #C10236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10236; }

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

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

background-color css

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

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

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

border-color css

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

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

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