Html Css Color HEX #C10933 Cardinal

📋 copy color: '#C10933'

red 193 ◦ green 9 ◦ blue 51

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

Shades of Cardinal #C10933

Tints of Cardinal #C10933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 76.28%
G = 3.56%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10933 (or 0xC10933) is known color: Cardinal. HEX triplet: C1, 09 and 33. RGB value is (193,9,51). Sum of RGB (Red+Green+Blue) = 193+9+51=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C10933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10933 is #3EF6CC. Grayscale: #444444. Windows color (decimal): -4126413 or 3344833. OLE color: 3344833.

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

Color convert

RGB 193 9 51 -
CMYK 0 0.95 0.74 0.24
HSL 346.3º 0.91% 0.4% -
HSV(B) 346.3º 0.95% 0.76% -
XYZ 22.69 11.77 4.21 -
YUV 68.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 193 9 51 0 0.95 0.74 0.24 346.3 0.91 0.4
Hex C1 9 33 0 5F 4A 18 15A 5B 28
Octal 301 11 63 0 137 112 30 532 133 50
Binary 11000001 1001 110011 0 1011111 1001010 11000 101011010 1011011 101000

Color Harmonies of #C10933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10933

Black with #C10933

Text Example


Text Example

White with #C10933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10933; }

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

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

background-color css

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

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

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

border-color css

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

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

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