Html Css Color HEX #C80F3C Cardinal

📋 copy color: '#C80F3C'

red 200 ◦ green 15 ◦ blue 60

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

Shades of Cardinal #C80F3C

Tints of Cardinal #C80F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.82%

R = 72.73%
G = 5.45%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C80F3C (or 0xC80F3C) is known color: Cardinal. HEX triplet: C8, 0F and 3C. RGB value is (200,15,60). Sum of RGB (Red+Green+Blue) = 200+15+60=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F3C is #37F0C3. Grayscale: #4B4B4B. Windows color (decimal): -3666116 or 3936200. OLE color: 3936200.

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

Color convert

RGB 200 15 60 -
CMYK 0 0.92 0.7 0.22
HSL 345.41º 0.86% 0.42% -
HSV(B) 345.41º 0.93% 0.78% -
XYZ 24.81 12.95 5.47 -
YUV 75.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 200 15 60 0 0.92 0.7 0.22 345.41 0.86 0.42
Hex C8 F 3C 0 5C 46 16 159 56 2A
Octal 310 17 74 0 134 106 26 531 126 52
Binary 11001000 1111 111100 0 1011100 1000110 10110 101011001 1010110 101010

Color Harmonies of #C80F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80F3C

Black with #C80F3C

Text Example


Text Example

White with #C80F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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