Html Css Color HEX #C10234 Cardinal

📋 copy color: '#C10234'

red 193 ◦ green 2 ◦ blue 52

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

Shades of Cardinal #C10234

Tints of Cardinal #C10234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 78.14%
G = 0.81%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C10234 (or 0xC10234) is known color: Cardinal. HEX triplet: C1, 02 and 34. RGB value is (193,2,52). Sum of RGB (Red+Green+Blue) = 193+2+52=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C10234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10234 is #3EFDCB. Grayscale: #404040. Windows color (decimal): -4128204 or 3408577. OLE color: 3408577.

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

Color convert

RGB 193 2 52 -
CMYK 0 0.99 0.73 0.24
HSL 344.29º 0.98% 0.38% -
HSV(B) 344.29º 0.99% 0.76% -
XYZ 22.63 11.63 4.3 -
YUV 64.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 193 2 52 0 0.99 0.73 0.24 344.29 0.98 0.38
Hex C1 2 34 0 63 49 18 158 62 26
Octal 301 2 64 0 143 111 30 530 142 46
Binary 11000001 10 110100 0 1100011 1001001 11000 101011000 1100010 100110

Color Harmonies of #C10234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10234

Black with #C10234

Text Example


Text Example

White with #C10234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10234; }

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

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

background-color css

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

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

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

border-color css

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

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

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