Html Css Color HEX #C81841 Cardinal

📋 copy color: '#C81841'

red 200 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #C81841

Tints of Cardinal #C81841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 69.2%
G = 8.3%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C81841 (or 0xC81841) is known color: Cardinal. HEX triplet: C8, 18 and 41. RGB value is (200,24,65). Sum of RGB (Red+Green+Blue) = 200+24+65=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C81841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81841 is #37E7BE. Grayscale: #515151. Windows color (decimal): -3663807 or 4266184. OLE color: 4266184.

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

Color convert

RGB 200 24 65 -
CMYK 0 0.88 0.68 0.22
HSL 346.02º 0.79% 0.44% -
HSV(B) 346.02º 0.88% 0.78% -
XYZ 25.1 13.31 6.25 -
YUV 81.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 200 24 65 0 0.88 0.68 0.22 346.02 0.79 0.44
Hex C8 18 41 0 58 44 16 15A 4F 2C
Octal 310 30 101 0 130 104 26 532 117 54
Binary 11001000 11000 1000001 0 1011000 1000100 10110 101011010 1001111 101100

Color Harmonies of #C81841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81841

Black with #C81841

Text Example


Text Example

White with #C81841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81841; }

 p { color: rgb(200,24,65); }

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

background-color css

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

 a { background-color: rgb(200,24,65); }

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

border-color css

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

 span { border-color: rgb(200,24,65); }

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