Html Css Color HEX #C81D45 Cardinal

📋 copy color: '#C81D45'

red 200 ◦ green 29 ◦ blue 69

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

Shades of Cardinal #C81D45

Tints of Cardinal #C81D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

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

R = 67.11%
G = 9.73%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81D45 (or 0xC81D45) is known color: Cardinal. HEX triplet: C8, 1D and 45. RGB value is (200,29,69). Sum of RGB (Red+Green+Blue) = 200+29+69=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D45 is #37E2BA. Grayscale: #545454. Windows color (decimal): -3662523 or 4529608. OLE color: 4529608.

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

Color convert

RGB 200 29 69 -
CMYK 0 0.86 0.66 0.22
HSL 345.96º 0.75% 0.45% -
HSV(B) 345.96º 0.86% 0.78% -
XYZ 25.33 13.59 6.92 -
YUV 84.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 200 29 69 0 0.86 0.66 0.22 345.96 0.75 0.45
Hex C8 1D 45 0 56 42 16 15A 4B 2D
Octal 310 35 105 0 126 102 26 532 113 55
Binary 11001000 11101 1000101 0 1010110 1000010 10110 101011010 1001011 101101

Color Harmonies of #C81D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D45

Black with #C81D45

Text Example


Text Example

White with #C81D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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