Html Css Color HEX #C10238 Cardinal

📋 copy color: '#C10238'

red 193 ◦ green 2 ◦ blue 56

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

Shades of Cardinal #C10238

Tints of Cardinal #C10238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 76.89%
G = 0.8%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C10238 (or 0xC10238) is known color: Cardinal. HEX triplet: C1, 02 and 38. RGB value is (193,2,56). Sum of RGB (Red+Green+Blue) = 193+2+56=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C10238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10238 is #3EFDC7. Grayscale: #414141. Windows color (decimal): -4128200 or 3670721. OLE color: 3670721.

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

Color convert

RGB 193 2 56 -
CMYK 0 0.99 0.71 0.24
HSL 343.04º 0.98% 0.38% -
HSV(B) 343.04º 0.99% 0.76% -
XYZ 22.73 11.67 4.8 -
YUV 65.27 122.78 219.11 -
System Red Green Blue C M Y K H S L
Decimal 193 2 56 0 0.99 0.71 0.24 343.04 0.98 0.38
Hex C1 2 38 0 63 47 18 157 62 26
Octal 301 2 70 0 143 107 30 527 142 46
Binary 11000001 10 111000 0 1100011 1000111 11000 101010111 1100010 100110

Color Harmonies of #C10238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10238

Black with #C10238

Text Example


Text Example

White with #C10238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10238; }

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

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

background-color css

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

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

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

border-color css

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

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

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