Html Css Color HEX #C80F31 Cardinal

📋 copy color: '#C80F31'

red 200 ◦ green 15 ◦ blue 49

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

Shades of Cardinal #C80F31

Tints of Cardinal #C80F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 75.76%
G = 5.68%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80F31 (or 0xC80F31) is known color: Cardinal. HEX triplet: C8, 0F and 31. RGB value is (200,15,49). Sum of RGB (Red+Green+Blue) = 200+15+49=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F31 is #37F0CE. Grayscale: #4A4A4A. Windows color (decimal): -3666127 or 3215304. OLE color: 3215304.

HSL color Cylindrical-coordinate representation of color #C80F31: hue angle of 348.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F31 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 49 -
CMYK 0 0.92 0.76 0.22
HSL 348.97º 0.86% 0.42% -
HSV(B) 348.97º 0.93% 0.78% -
XYZ 24.54 12.84 4.09 -
YUV 74.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 200 15 49 0 0.92 0.76 0.22 348.97 0.86 0.42
Hex C8 F 31 0 5C 4C 16 15D 56 2A
Octal 310 17 61 0 134 114 26 535 126 52
Binary 11001000 1111 110001 0 1011100 1001100 10110 101011101 1010110 101010

Color Harmonies of #C80F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80F31

Black with #C80F31

Text Example


Text Example

White with #C80F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80F31; }

 p { color: rgb(200,15,49); }

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

background-color css

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

 a { background-color: rgb(200,15,49); }

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

border-color css

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

 span { border-color: rgb(200,15,49); }

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