Html Css Color HEX #C81734 Cardinal

📋 copy color: '#C81734'

red 200 ◦ green 23 ◦ blue 52

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

Shades of Cardinal #C81734

Tints of Cardinal #C81734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 72.73%
G = 8.36%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C81734 (or 0xC81734) is known color: Cardinal. HEX triplet: C8, 17 and 34. RGB value is (200,23,52). Sum of RGB (Red+Green+Blue) = 200+23+52=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C81734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81734 is #37E8CB. Grayscale: #4F4F4F. Windows color (decimal): -3664076 or 3413960. OLE color: 3413960.

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

Color convert

RGB 200 23 52 -
CMYK 0 0.88 0.74 0.22
HSL 350.17º 0.79% 0.44% -
HSV(B) 350.17º 0.89% 0.78% -
XYZ 24.75 13.14 4.48 -
YUV 79.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 200 23 52 0 0.88 0.74 0.22 350.17 0.79 0.44
Hex C8 17 34 0 58 4A 16 15E 4F 2C
Octal 310 27 64 0 130 112 26 536 117 54
Binary 11001000 10111 110100 0 1011000 1001010 10110 101011110 1001111 101100

Color Harmonies of #C81734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81734

Black with #C81734

Text Example


Text Example

White with #C81734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81734; }

 p { color: rgb(200,23,52); }

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

background-color css

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

 a { background-color: rgb(200,23,52); }

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

border-color css

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

 span { border-color: rgb(200,23,52); }

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