Html Css Color HEX #C10538 Cardinal

📋 copy color: '#C10538'

red 193 ◦ green 5 ◦ blue 56

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

Shades of Cardinal #C10538

Tints of Cardinal #C10538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 75.98%
G = 1.97%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C10538 (or 0xC10538) is known color: Cardinal. HEX triplet: C1, 05 and 38. RGB value is (193,5,56). Sum of RGB (Red+Green+Blue) = 193+5+56=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C10538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10538 is #3EFAC7. Grayscale: #434343. Windows color (decimal): -4127432 or 3671489. OLE color: 3671489.

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

Color convert

RGB 193 5 56 -
CMYK 0 0.97 0.71 0.24
HSL 343.72º 0.95% 0.39% -
HSV(B) 343.72º 0.97% 0.76% -
XYZ 22.76 11.73 4.81 -
YUV 67.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 193 5 56 0 0.97 0.71 0.24 343.72 0.95 0.39
Hex C1 5 38 0 61 47 18 158 5F 27
Octal 301 5 70 0 141 107 30 530 137 47
Binary 11000001 101 111000 0 1100001 1000111 11000 101011000 1011111 100111

Color Harmonies of #C10538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10538

Black with #C10538

Text Example


Text Example

White with #C10538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10538; }

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

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

background-color css

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

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

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

border-color css

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

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

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