Html Css Color HEX #C81645 Cardinal

📋 copy color: '#C81645'

red 200 ◦ green 22 ◦ blue 69

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

Shades of Cardinal #C81645

Tints of Cardinal #C81645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 68.73%
G = 7.56%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81645 (or 0xC81645) is known color: Cardinal. HEX triplet: C8, 16 and 45. RGB value is (200,22,69). Sum of RGB (Red+Green+Blue) = 200+22+69=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C81645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81645 is #37E9BA. Grayscale: #505050. Windows color (decimal): -3664315 or 4527816. OLE color: 4527816.

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

Color convert

RGB 200 22 69 -
CMYK 0 0.89 0.66 0.22
HSL 344.16º 0.8% 0.44% -
HSV(B) 344.16º 0.89% 0.78% -
XYZ 25.18 13.28 6.87 -
YUV 80.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 200 22 69 0 0.89 0.66 0.22 344.16 0.8 0.44
Hex C8 16 45 0 59 42 16 158 50 2C
Octal 310 26 105 0 131 102 26 530 120 54
Binary 11001000 10110 1000101 0 1011001 1000010 10110 101011000 1010000 101100

Color Harmonies of #C81645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81645

Black with #C81645

Text Example


Text Example

White with #C81645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81645; }

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

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

background-color css

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

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

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

border-color css

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

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

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