Html Css Color HEX #C81542 Cardinal

📋 copy color: '#C81542'

red 200 ◦ green 21 ◦ blue 66

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

Shades of Cardinal #C81542

Tints of Cardinal #C81542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23%

R = 69.69%
G = 7.32%
B = 23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C81542 (or 0xC81542) is known color: Cardinal. HEX triplet: C8, 15 and 42. RGB value is (200,21,66). Sum of RGB (Red+Green+Blue) = 200+21+66=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C81542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81542 is #37EABD. Grayscale: #4F4F4F. Windows color (decimal): -3664574 or 4330952. OLE color: 4330952.

HSL color Cylindrical-coordinate representation of color #C81542: hue angle of 344.92º 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 #C81542 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 66 -
CMYK 0 0.90 0.67 0.22
HSL 344.92º 0.81% 0.43% -
HSV(B) 344.92º 0.9% 0.78% -
XYZ 25.07 13.21 6.38 -
YUV 79.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 200 21 66 0 0.90 0.67 0.22 344.92 0.81 0.43
Hex C8 15 42 0 5A 43 16 159 51 2B
Octal 310 25 102 0 132 103 26 531 121 53
Binary 11001000 10101 1000010 0 1011010 1000011 10110 101011001 1010001 101011

Color Harmonies of #C81542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81542

Black with #C81542

Text Example


Text Example

White with #C81542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81542; }

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

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

background-color css

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

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

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

border-color css

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

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

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