Html Css Color HEX #C50238 Cardinal

📋 copy color: '#C50238'

red 197 ◦ green 2 ◦ blue 56

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

Shades of Cardinal #C50238

Tints of Cardinal #C50238

RGB

 RED value IS 197 (77.34% from 255) = 77.25%

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

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

R = 77.25%
G = 0.78%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C50238 (or 0xC50238) is known color: Cardinal. HEX triplet: C5, 02 and 38. RGB value is (197,2,56). Sum of RGB (Red+Green+Blue) = 197+2+56=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C50238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50238 is #3AFDC7. Grayscale: #424242. Windows color (decimal): -3866056 or 3670725. OLE color: 3670725.

HSL color Cylindrical-coordinate representation of color #C50238: hue angle of 343.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50238 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 56 -
CMYK 0 0.99 0.72 0.23
HSL 343.38º 0.98% 0.39% -
HSV(B) 343.38º 0.99% 0.77% -
XYZ 23.76 12.2 4.84 -
YUV 66.46 122.1 221.11 -
System Red Green Blue C M Y K H S L
Decimal 197 2 56 0 0.99 0.72 0.23 343.38 0.98 0.39
Hex C5 2 38 0 63 48 17 157 62 27
Octal 305 2 70 0 143 110 27 527 142 47
Binary 11000101 10 111000 0 1100011 1001000 10111 101010111 1100010 100111

Color Harmonies of #C50238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50238

Black with #C50238

Text Example


Text Example

White with #C50238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50238; }

 p { color: rgb(197,2,56); }

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

background-color css

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

 a { background-color: rgb(197,2,56); }

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

border-color css

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

 span { border-color: rgb(197,2,56); }

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