Html Css Color HEX #C81432 Cardinal

📋 copy color: '#C81432'

red 200 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #C81432

Tints of Cardinal #C81432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 74.07%
G = 7.41%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C81432 (or 0xC81432) is known color: Cardinal. HEX triplet: C8, 14 and 32. RGB value is (200,20,50). Sum of RGB (Red+Green+Blue) = 200+20+50=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C81432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81432 is #37EBCD. Grayscale: #4D4D4D. Windows color (decimal): -3664846 or 3282120. OLE color: 3282120.

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

Color convert

RGB 200 20 50 -
CMYK 0 0.9 0.75 0.22
HSL 350º 0.82% 0.43% -
HSV(B) 350º 0.9% 0.78% -
XYZ 24.65 13.01 4.23 -
YUV 77.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 200 20 50 0 0.9 0.75 0.22 350 0.82 0.43
Hex C8 14 32 0 5A 4B 16 15E 52 2B
Octal 310 24 62 0 132 113 26 536 122 53
Binary 11001000 10100 110010 0 1011010 1001011 10110 101011110 1010010 101011

Color Harmonies of #C81432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81432

Black with #C81432

Text Example


Text Example

White with #C81432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81432; }

 p { color: rgb(200,20,50); }

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

background-color css

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

 a { background-color: rgb(200,20,50); }

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

border-color css

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

 span { border-color: rgb(200,20,50); }

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