Html Css Color HEX #C81F2F Cardinal

📋 copy color: '#C81F2F'

red 200 ◦ green 31 ◦ blue 47

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

Shades of Cardinal #C81F2F

Tints of Cardinal #C81F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.15%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 71.94%
G = 11.15%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C81F2F (or 0xC81F2F) is known color: Cardinal. HEX triplet: C8, 1F and 2F. RGB value is (200,31,47). Sum of RGB (Red+Green+Blue) = 200+31+47=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F2F is #37E0D0. Grayscale: #535353. Windows color (decimal): -3662033 or 3088328. OLE color: 3088328.

HSL color Cylindrical-coordinate representation of color #C81F2F: hue angle of 354.32º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F2F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 47 -
CMYK 0 0.84 0.76 0.22
HSL 354.32º 0.73% 0.45% -
HSV(B) 354.32º 0.85% 0.78% -
XYZ 24.82 13.46 3.98 -
YUV 83.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 200 31 47 0 0.84 0.76 0.22 354.32 0.73 0.45
Hex C8 1F 2F 0 54 4C 16 162 49 2D
Octal 310 37 57 0 124 114 26 542 111 55
Binary 11001000 11111 101111 0 1010100 1001100 10110 101100010 1001001 101101

Color Harmonies of #C81F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F2F

Black with #C81F2F

Text Example


Text Example

White with #C81F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F2F; }

 p { color: rgb(200,31,47); }

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

background-color css

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

 a { background-color: rgb(200,31,47); }

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

border-color css

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

 span { border-color: rgb(200,31,47); }

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