Html Css Color HEX #C81844 Cardinal

📋 copy color: '#C81844'

red 200 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #C81844

Tints of Cardinal #C81844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 68 (26.95% from 255) = 23.29%

R = 68.49%
G = 8.22%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81844 (or 0xC81844) is known color: Cardinal. HEX triplet: C8, 18 and 44. RGB value is (200,24,68). Sum of RGB (Red+Green+Blue) = 200+24+68=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C81844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81844 is #37E7BB. Grayscale: #515151. Windows color (decimal): -3663804 or 4462792. OLE color: 4462792.

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

Color convert

RGB 200 24 68 -
CMYK 0 0.88 0.66 0.22
HSL 345º 0.79% 0.44% -
HSV(B) 345º 0.88% 0.78% -
XYZ 25.19 13.35 6.72 -
YUV 81.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 200 24 68 0 0.88 0.66 0.22 345 0.79 0.44
Hex C8 18 44 0 58 42 16 159 4F 2C
Octal 310 30 104 0 130 102 26 531 117 54
Binary 11001000 11000 1000100 0 1011000 1000010 10110 101011001 1001111 101100

Color Harmonies of #C81844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81844

Black with #C81844

Text Example


Text Example

White with #C81844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81844; }

 p { color: rgb(200,24,68); }

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

background-color css

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

 a { background-color: rgb(200,24,68); }

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

border-color css

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

 span { border-color: rgb(200,24,68); }

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