Html Css Color HEX #C81740 Cardinal

📋 copy color: '#C81740'

red 200 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #C81740

Tints of Cardinal #C81740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 69.69%
G = 8.01%
B = 22.3%

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

#C81740 (or 0xC81740) is known color: Cardinal. HEX triplet: C8, 17 and 40. RGB value is (200,23,64). Sum of RGB (Red+Green+Blue) = 200+23+64=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C81740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81740 is #37E8BF. Grayscale: #505050. Windows color (decimal): -3664064 or 4200392. OLE color: 4200392.

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

Color convert

RGB 200 23 64 -
CMYK 0 0.88 0.68 0.22
HSL 346.1º 0.79% 0.44% -
HSV(B) 346.1º 0.89% 0.78% -
XYZ 25.05 13.26 6.09 -
YUV 80.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 200 23 64 0 0.88 0.68 0.22 346.1 0.79 0.44
Hex C8 17 40 0 58 44 16 15A 4F 2C
Octal 310 27 100 0 130 104 26 532 117 54
Binary 11001000 10111 1000000 0 1011000 1000100 10110 101011010 1001111 101100

Color Harmonies of #C81740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81740

Black with #C81740

Text Example


Text Example

White with #C81740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81740; }

 p { color: rgb(200,23,64); }

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

background-color css

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

 a { background-color: rgb(200,23,64); }

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

border-color css

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

 span { border-color: rgb(200,23,64); }

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