Html Css Color HEX #C81241 Cardinal

📋 copy color: '#C81241'

red 200 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #C81241

Tints of Cardinal #C81241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 70.67%
G = 6.36%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C81241 (or 0xC81241) is known color: Cardinal. HEX triplet: C8, 12 and 41. RGB value is (200,18,65). Sum of RGB (Red+Green+Blue) = 200+18+65=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C81241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81241 is #37EDBE. Grayscale: #4D4D4D. Windows color (decimal): -3665343 or 4264648. OLE color: 4264648.

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

Color convert

RGB 200 18 65 -
CMYK 0 0.91 0.68 0.22
HSL 344.51º 0.83% 0.43% -
HSV(B) 344.51º 0.91% 0.78% -
XYZ 24.99 13.09 6.21 -
YUV 77.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 200 18 65 0 0.91 0.68 0.22 344.51 0.83 0.43
Hex C8 12 41 0 5B 44 16 159 53 2B
Octal 310 22 101 0 133 104 26 531 123 53
Binary 11001000 10010 1000001 0 1011011 1000100 10110 101011001 1010011 101011

Color Harmonies of #C81241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81241

Black with #C81241

Text Example


Text Example

White with #C81241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81241; }

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

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

background-color css

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

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

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

border-color css

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

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

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