Html Css Color HEX #C81F30 Cardinal

📋 copy color: '#C81F30'

red 200 ◦ green 31 ◦ blue 48

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

Shades of Cardinal #C81F30

Tints of Cardinal #C81F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 71.68%
G = 11.11%
B = 17.2%

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

#C81F30 (or 0xC81F30) is known color: Cardinal. HEX triplet: C8, 1F and 30. RGB value is (200,31,48). Sum of RGB (Red+Green+Blue) = 200+31+48=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F30 is #37E0CF. Grayscale: #535353. Windows color (decimal): -3662032 or 3153864. OLE color: 3153864.

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

Color convert

RGB 200 31 48 -
CMYK 0 0.84 0.76 0.22
HSL 353.96º 0.73% 0.45% -
HSV(B) 353.96º 0.85% 0.78% -
XYZ 24.84 13.47 4.09 -
YUV 83.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 200 31 48 0 0.84 0.76 0.22 353.96 0.73 0.45
Hex C8 1F 30 0 54 4C 16 162 49 2D
Octal 310 37 60 0 124 114 26 542 111 55
Binary 11001000 11111 110000 0 1010100 1001100 10110 101100010 1001001 101101

Color Harmonies of #C81F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F30

Black with #C81F30

Text Example


Text Example

White with #C81F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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