Html Css Color HEX #C10248 Cardinal

📋 copy color: '#C10248'

red 193 ◦ green 2 ◦ blue 72

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

Shades of Cardinal #C10248

Tints of Cardinal #C10248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 72.28%
G = 0.75%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10248 (or 0xC10248) is known color: Cardinal. HEX triplet: C1, 02 and 48. RGB value is (193,2,72). Sum of RGB (Red+Green+Blue) = 193+2+72=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C10248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10248 is #3EFDB7. Grayscale: #434343. Windows color (decimal): -4128184 or 4719297. OLE color: 4719297.

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

Color convert

RGB 193 2 72 -
CMYK 0 0.99 0.63 0.24
HSL 338.01º 0.98% 0.38% -
HSV(B) 338.01º 0.99% 0.76% -
XYZ 23.18 11.85 7.2 -
YUV 67.09 130.78 217.81 -
System Red Green Blue C M Y K H S L
Decimal 193 2 72 0 0.99 0.63 0.24 338.01 0.98 0.38
Hex C1 2 48 0 63 3F 18 152 62 26
Octal 301 2 110 0 143 77 30 522 142 46
Binary 11000001 10 1001000 0 1100011 111111 11000 101010010 1100010 100110

Color Harmonies of #C10248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10248

Black with #C10248

Text Example


Text Example

White with #C10248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10248; }

 p { color: rgb(193,2,72); }

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

background-color css

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

 a { background-color: rgb(193,2,72); }

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

border-color css

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

 span { border-color: rgb(193,2,72); }

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