Html Css Color HEX #C81741 Cardinal

📋 copy color: '#C81741'

red 200 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #C81741

Tints of Cardinal #C81741

RGB

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

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

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

R = 69.44%
G = 7.99%
B = 22.57%

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

#C81741 (or 0xC81741) is known color: Cardinal. HEX triplet: C8, 17 and 41. RGB value is (200,23,65). Sum of RGB (Red+Green+Blue) = 200+23+65=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81741 is #37E8BE. Grayscale: #505050. Windows color (decimal): -3664063 or 4265928. OLE color: 4265928.

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

Color convert

RGB 200 23 65 -
CMYK 0 0.88 0.68 0.22
HSL 345.76º 0.79% 0.44% -
HSV(B) 345.76º 0.89% 0.78% -
XYZ 25.08 13.27 6.24 -
YUV 80.71 119.14 213.08 -
System Red Green Blue C M Y K H S L
Decimal 200 23 65 0 0.88 0.68 0.22 345.76 0.79 0.44
Hex C8 17 41 0 58 44 16 15A 4F 2C
Octal 310 27 101 0 130 104 26 532 117 54
Binary 11001000 10111 1000001 0 1011000 1000100 10110 101011010 1001111 101100

Color Harmonies of #C81741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81741

Black with #C81741

Text Example


Text Example

White with #C81741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81741; }

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

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

background-color css

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

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

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

border-color css

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

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

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