Html Css Color HEX #C81239 Cardinal

📋 copy color: '#C81239'

red 200 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #C81239

Tints of Cardinal #C81239

RGB

 RED value IS 200 (78.52% from 255) = 72.73%

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 72.73%
G = 6.55%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81239 (or 0xC81239) is known color: Cardinal. HEX triplet: C8, 12 and 39. RGB value is (200,18,57). Sum of RGB (Red+Green+Blue) = 200+18+57=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C81239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81239 is #37EDC6. Grayscale: #4C4C4C. Windows color (decimal): -3665351 or 3740360. OLE color: 3740360.

HSL color Cylindrical-coordinate representation of color #C81239: hue angle of 347.14º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81239 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 57 -
CMYK 0 0.91 0.72 0.22
HSL 347.14º 0.83% 0.43% -
HSV(B) 347.14º 0.91% 0.78% -
XYZ 24.77 13.01 5.08 -
YUV 76.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 200 18 57 0 0.91 0.72 0.22 347.14 0.83 0.43
Hex C8 12 39 0 5B 48 16 15B 53 2B
Octal 310 22 71 0 133 110 26 533 123 53
Binary 11001000 10010 111001 0 1011011 1001000 10110 101011011 1010011 101011

Color Harmonies of #C81239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81239

Black with #C81239

Text Example


Text Example

White with #C81239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81239; }

 p { color: rgb(200,18,57); }

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

background-color css

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

 a { background-color: rgb(200,18,57); }

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

border-color css

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

 span { border-color: rgb(200,18,57); }

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