Html Css Color HEX #C81634 Cardinal

📋 copy color: '#C81634'

red 200 ◦ green 22 ◦ blue 52

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

Shades of Cardinal #C81634

Tints of Cardinal #C81634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 72.99%
G = 8.03%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C81634 (or 0xC81634) is known color: Cardinal. HEX triplet: C8, 16 and 34. RGB value is (200,22,52). Sum of RGB (Red+Green+Blue) = 200+22+52=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C81634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81634 is #37E9CB. Grayscale: #4E4E4E. Windows color (decimal): -3664332 or 3413704. OLE color: 3413704.

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

Color convert

RGB 200 22 52 -
CMYK 0 0.89 0.74 0.22
HSL 349.89º 0.8% 0.44% -
HSV(B) 349.89º 0.89% 0.78% -
XYZ 24.73 13.1 4.47 -
YUV 78.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 200 22 52 0 0.89 0.74 0.22 349.89 0.8 0.44
Hex C8 16 34 0 59 4A 16 15E 50 2C
Octal 310 26 64 0 131 112 26 536 120 54
Binary 11001000 10110 110100 0 1011001 1001010 10110 101011110 1010000 101100

Color Harmonies of #C81634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81634

Black with #C81634

Text Example


Text Example

White with #C81634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81634; }

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

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

background-color css

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

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

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

border-color css

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

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

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