Html Css Color HEX #C10436 Cardinal

📋 copy color: '#C10436'

red 193 ◦ green 4 ◦ blue 54

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

Shades of Cardinal #C10436

Tints of Cardinal #C10436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 76.89%
G = 1.59%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C10436 (or 0xC10436) is known color: Cardinal. HEX triplet: C1, 04 and 36. RGB value is (193,4,54). Sum of RGB (Red+Green+Blue) = 193+4+54=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C10436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10436 is #3EFBC9. Grayscale: #424242. Windows color (decimal): -4127690 or 3540161. OLE color: 3540161.

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

Color convert

RGB 193 4 54 -
CMYK 0 0.98 0.72 0.24
HSL 344.13º 0.96% 0.39% -
HSV(B) 344.13º 0.98% 0.76% -
XYZ 22.7 11.69 4.55 -
YUV 66.21 121.12 218.43 -
System Red Green Blue C M Y K H S L
Decimal 193 4 54 0 0.98 0.72 0.24 344.13 0.96 0.39
Hex C1 4 36 0 62 48 18 158 60 27
Octal 301 4 66 0 142 110 30 530 140 47
Binary 11000001 100 110110 0 1100010 1001000 11000 101011000 1100000 100111

Color Harmonies of #C10436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10436

Black with #C10436

Text Example


Text Example

White with #C10436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10436; }

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

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

background-color css

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

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

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

border-color css

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

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

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