Html Css Color HEX #C10438 Cardinal

📋 copy color: '#C10438'

red 193 ◦ green 4 ◦ blue 56

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

Shades of Cardinal #C10438

Tints of Cardinal #C10438

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

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

R = 76.28%
G = 1.58%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C10438 (or 0xC10438) is known color: Cardinal. HEX triplet: C1, 04 and 38. RGB value is (193,4,56). Sum of RGB (Red+Green+Blue) = 193+4+56=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C10438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10438 is #3EFBC7. Grayscale: #424242. Windows color (decimal): -4127688 or 3671233. OLE color: 3671233.

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

Color convert

RGB 193 4 56 -
CMYK 0 0.98 0.71 0.24
HSL 343.49º 0.96% 0.39% -
HSV(B) 343.49º 0.98% 0.76% -
XYZ 22.75 11.71 4.8 -
YUV 66.44 122.12 218.27 -
System Red Green Blue C M Y K H S L
Decimal 193 4 56 0 0.98 0.71 0.24 343.49 0.96 0.39
Hex C1 4 38 0 62 47 18 157 60 27
Octal 301 4 70 0 142 107 30 527 140 47
Binary 11000001 100 111000 0 1100010 1000111 11000 101010111 1100000 100111

Color Harmonies of #C10438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10438

Black with #C10438

Text Example


Text Example

White with #C10438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10438; }

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

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

background-color css

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

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

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

border-color css

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

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

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