Html Css Color HEX #C81F45 Cardinal

📋 copy color: '#C81F45'

red 200 ◦ green 31 ◦ blue 69

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

Shades of Cardinal #C81F45

Tints of Cardinal #C81F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.33%

 BLUE value IS 69 (27.34% from 255) = 23%

R = 66.67%
G = 10.33%
B = 23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81F45 (or 0xC81F45) is known color: Cardinal. HEX triplet: C8, 1F and 45. RGB value is (200,31,69). Sum of RGB (Red+Green+Blue) = 200+31+69=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F45 is #37E0BA. Grayscale: #555555. Windows color (decimal): -3662011 or 4530120. OLE color: 4530120.

HSL color Cylindrical-coordinate representation of color #C81F45: hue angle of 346.51º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F45 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 69 -
CMYK 0 0.84 0.66 0.22
HSL 346.51º 0.73% 0.45% -
HSV(B) 346.51º 0.85% 0.78% -
XYZ 25.38 13.69 6.93 -
YUV 85.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 200 31 69 0 0.84 0.66 0.22 346.51 0.73 0.45
Hex C8 1F 45 0 54 42 16 15B 49 2D
Octal 310 37 105 0 124 102 26 533 111 55
Binary 11001000 11111 1000101 0 1010100 1000010 10110 101011011 1001001 101101

Color Harmonies of #C81F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F45

Black with #C81F45

Text Example


Text Example

White with #C81F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F45; }

 p { color: rgb(200,31,69); }

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

background-color css

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

 a { background-color: rgb(200,31,69); }

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

border-color css

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

 span { border-color: rgb(200,31,69); }

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