Html Css Color HEX #C10833 Cardinal

📋 copy color: '#C10833'

red 193 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #C10833

Tints of Cardinal #C10833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 76.59%
G = 3.17%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10833 (or 0xC10833) is known color: Cardinal. HEX triplet: C1, 08 and 33. RGB value is (193,8,51). Sum of RGB (Red+Green+Blue) = 193+8+51=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C10833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10833 is #3EF7CC. Grayscale: #444444. Windows color (decimal): -4126669 or 3344577. OLE color: 3344577.

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

Color convert

RGB 193 8 51 -
CMYK 0 0.96 0.74 0.24
HSL 346.05º 0.92% 0.39% -
HSV(B) 346.05º 0.96% 0.76% -
XYZ 22.68 11.75 4.2 -
YUV 68.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 193 8 51 0 0.96 0.74 0.24 346.05 0.92 0.39
Hex C1 8 33 0 60 4A 18 15A 5C 27
Octal 301 10 63 0 140 112 30 532 134 47
Binary 11000001 1000 110011 0 1100000 1001010 11000 101011010 1011100 100111

Color Harmonies of #C10833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10833

Black with #C10833

Text Example


Text Example

White with #C10833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10833; }

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

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

background-color css

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

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

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

border-color css

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

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

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