Html Css Color HEX #C10339 Cardinal

📋 copy color: '#C10339'

red 193 ◦ green 3 ◦ blue 57

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

Shades of Cardinal #C10339

Tints of Cardinal #C10339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 76.28%
G = 1.19%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C10339 (or 0xC10339) is known color: Cardinal. HEX triplet: C1, 03 and 39. RGB value is (193,3,57). Sum of RGB (Red+Green+Blue) = 193+3+57=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C10339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10339 is #3EFCC6. Grayscale: #414141. Windows color (decimal): -4127943 or 3736513. OLE color: 3736513.

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

Color convert

RGB 193 3 57 -
CMYK 0 0.98 0.70 0.24
HSL 342.95º 0.97% 0.38% -
HSV(B) 342.95º 0.98% 0.76% -
XYZ 22.76 11.7 4.93 -
YUV 65.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 193 3 57 0 0.98 0.70 0.24 342.95 0.97 0.38
Hex C1 3 39 0 62 46 18 157 61 26
Octal 301 3 71 0 142 106 30 527 141 46
Binary 11000001 11 111001 0 1100010 1000110 11000 101010111 1100001 100110

Color Harmonies of #C10339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10339

Black with #C10339

Text Example


Text Example

White with #C10339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10339; }

 p { color: rgb(193,3,57); }

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

background-color css

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

 a { background-color: rgb(193,3,57); }

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

border-color css

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

 span { border-color: rgb(193,3,57); }

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