Html Css Color HEX #C81335 Cardinal

📋 copy color: '#C81335'

red 200 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #C81335

Tints of Cardinal #C81335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

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

R = 73.53%
G = 6.99%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C81335 (or 0xC81335) is known color: Cardinal. HEX triplet: C8, 13 and 35. RGB value is (200,19,53). Sum of RGB (Red+Green+Blue) = 200+19+53=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81335 is #37ECCA. Grayscale: #4D4D4D. Windows color (decimal): -3665099 or 3478472. OLE color: 3478472.

HSL color Cylindrical-coordinate representation of color #C81335: hue angle of 348.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81335 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 53 -
CMYK 0 0.90 0.74 0.22
HSL 348.73º 0.83% 0.43% -
HSV(B) 348.73º 0.91% 0.78% -
XYZ 24.69 13 4.58 -
YUV 77 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 200 19 53 0 0.90 0.74 0.22 348.73 0.83 0.43
Hex C8 13 35 0 5A 4A 16 15D 53 2B
Octal 310 23 65 0 132 112 26 535 123 53
Binary 11001000 10011 110101 0 1011010 1001010 10110 101011101 1010011 101011

Color Harmonies of #C81335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81335

Black with #C81335

Text Example


Text Example

White with #C81335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81335; }

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

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

background-color css

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

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

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

border-color css

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

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

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