Html Css Color HEX #C10243 Cardinal

📋 copy color: '#C10243'

red 193 ◦ green 2 ◦ blue 67

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

Shades of Cardinal #C10243

Tints of Cardinal #C10243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.57%

R = 73.66%
G = 0.76%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C10243 (or 0xC10243) is known color: Cardinal. HEX triplet: C1, 02 and 43. RGB value is (193,2,67). Sum of RGB (Red+Green+Blue) = 193+2+67=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10243 is #3EFDBC. Grayscale: #424242. Windows color (decimal): -4128189 or 4391617. OLE color: 4391617.

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

Color convert

RGB 193 2 67 -
CMYK 0 0.99 0.65 0.24
HSL 339.58º 0.98% 0.38% -
HSV(B) 339.58º 0.99% 0.76% -
XYZ 23.03 11.79 6.37 -
YUV 66.52 128.28 218.21 -
System Red Green Blue C M Y K H S L
Decimal 193 2 67 0 0.99 0.65 0.24 339.58 0.98 0.38
Hex C1 2 43 0 63 41 18 154 62 26
Octal 301 2 103 0 143 101 30 524 142 46
Binary 11000001 10 1000011 0 1100011 1000001 11000 101010100 1100010 100110

Color Harmonies of #C10243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10243

Black with #C10243

Text Example


Text Example

White with #C10243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10243; }

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

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

background-color css

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

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

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

border-color css

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

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

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