Html Css Color HEX #C20438 Cardinal

📋 copy color: '#C20438'

red 194 ◦ green 4 ◦ blue 56

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

Shades of Cardinal #C20438

Tints of Cardinal #C20438

RGB

 RED value IS 194 (76.17% from 255) = 76.38%

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

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

R = 76.38%
G = 1.57%
B = 22.05%

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

#C20438 (or 0xC20438) is known color: Cardinal. HEX triplet: C2, 04 and 38. RGB value is (194,4,56). Sum of RGB (Red+Green+Blue) = 194+4+56=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C20438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20438 is #3DFBC7. Grayscale: #424242. Windows color (decimal): -4062152 or 3671234. OLE color: 3671234.

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

Color convert

RGB 194 4 56 -
CMYK 0 0.98 0.71 0.24
HSL 343.58º 0.96% 0.39% -
HSV(B) 343.58º 0.98% 0.76% -
XYZ 23.01 11.84 4.81 -
YUV 66.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 194 4 56 0 0.98 0.71 0.24 343.58 0.96 0.39
Hex C2 4 38 0 62 47 18 158 60 27
Octal 302 4 70 0 142 107 30 530 140 47
Binary 11000010 100 111000 0 1100010 1000111 11000 101011000 1100000 100111

Color Harmonies of #C20438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20438

Black with #C20438

Text Example


Text Example

White with #C20438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20438; }

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

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

background-color css

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

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

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

border-color css

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

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

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