Html Css Color HEX #C81534 Cardinal

📋 copy color: '#C81534'

red 200 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #C81534

Tints of Cardinal #C81534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 73.26%
G = 7.69%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C81534 (or 0xC81534) is known color: Cardinal. HEX triplet: C8, 15 and 34. RGB value is (200,21,52). Sum of RGB (Red+Green+Blue) = 200+21+52=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81534 is #37EACB. Grayscale: #4E4E4E. Windows color (decimal): -3664588 or 3413448. OLE color: 3413448.

HSL color Cylindrical-coordinate representation of color #C81534: hue angle of 349.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81534 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 52 -
CMYK 0 0.90 0.74 0.22
HSL 349.61º 0.81% 0.43% -
HSV(B) 349.61º 0.9% 0.78% -
XYZ 24.71 13.06 4.47 -
YUV 78.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 200 21 52 0 0.90 0.74 0.22 349.61 0.81 0.43
Hex C8 15 34 0 5A 4A 16 15E 51 2B
Octal 310 25 64 0 132 112 26 536 121 53
Binary 11001000 10101 110100 0 1011010 1001010 10110 101011110 1010001 101011

Color Harmonies of #C81534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81534

Black with #C81534

Text Example


Text Example

White with #C81534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81534; }

 p { color: rgb(200,21,52); }

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

background-color css

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

 a { background-color: rgb(200,21,52); }

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

border-color css

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

 span { border-color: rgb(200,21,52); }

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