Html Css Color HEX #C81735 Cardinal

📋 copy color: '#C81735'

red 200 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #C81735

Tints of Cardinal #C81735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 72.46%
G = 8.33%
B = 19.2%

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

#C81735 (or 0xC81735) is known color: Cardinal. HEX triplet: C8, 17 and 35. RGB value is (200,23,53). Sum of RGB (Red+Green+Blue) = 200+23+53=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C81735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81735 is #37E8CA. Grayscale: #4F4F4F. Windows color (decimal): -3664075 or 3479496. OLE color: 3479496.

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

Color convert

RGB 200 23 53 -
CMYK 0 0.88 0.74 0.22
HSL 349.83º 0.79% 0.44% -
HSV(B) 349.83º 0.89% 0.78% -
XYZ 24.77 13.15 4.6 -
YUV 79.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 200 23 53 0 0.88 0.74 0.22 349.83 0.79 0.44
Hex C8 17 35 0 58 4A 16 15E 4F 2C
Octal 310 27 65 0 130 112 26 536 117 54
Binary 11001000 10111 110101 0 1011000 1001010 10110 101011110 1001111 101100

Color Harmonies of #C81735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81735

Black with #C81735

Text Example


Text Example

White with #C81735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81735; }

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

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

background-color css

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

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

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

border-color css

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

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

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