Html Css Color HEX #C10433 Cardinal

📋 copy color: '#C10433'

red 193 ◦ green 4 ◦ blue 51

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

Shades of Cardinal #C10433

Tints of Cardinal #C10433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.56%

R = 77.82%
G = 1.61%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10433 (or 0xC10433) is known color: Cardinal. HEX triplet: C1, 04 and 33. RGB value is (193,4,51). Sum of RGB (Red+Green+Blue) = 193+4+51=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C10433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10433 is #3EFBCC. Grayscale: #414141. Windows color (decimal): -4127693 or 3343553. OLE color: 3343553.

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

Color convert

RGB 193 4 51 -
CMYK 0 0.98 0.74 0.24
HSL 345.08º 0.96% 0.39% -
HSV(B) 345.08º 0.98% 0.76% -
XYZ 22.63 11.66 4.19 -
YUV 65.87 119.62 218.68 -
System Red Green Blue C M Y K H S L
Decimal 193 4 51 0 0.98 0.74 0.24 345.08 0.96 0.39
Hex C1 4 33 0 62 4A 18 159 60 27
Octal 301 4 63 0 142 112 30 531 140 47
Binary 11000001 100 110011 0 1100010 1001010 11000 101011001 1100000 100111

Color Harmonies of #C10433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10433

Black with #C10433

Text Example


Text Example

White with #C10433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10433; }

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

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

background-color css

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

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

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

border-color css

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

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

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