Html Css Color HEX #CF1331 Crimson

📋 copy color: '#CF1331'

red 207 ◦ green 19 ◦ blue 49

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

Shades of Crimson #CF1331

Tints of Crimson #CF1331

RGB

 RED value IS 207 (81.25% from 255) = 75.27%

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

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

R = 75.27%
G = 6.91%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF1331 (or 0xCF1331) is known color: Crimson. HEX triplet: CF, 13 and 31. RGB value is (207,19,49). Sum of RGB (Red+Green+Blue) = 207+19+49=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1331 is #30ECCE. Grayscale: #4E4E4E. Windows color (decimal): -3206351 or 3216335. OLE color: 3216335.

HSL color Cylindrical-coordinate representation of color #CF1331: hue angle of 350.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1331 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 49 -
CMYK 0 0.91 0.76 0.19
HSL 350.43º 0.83% 0.44% -
HSV(B) 350.43º 0.91% 0.81% -
XYZ 26.52 13.95 4.2 -
YUV 78.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 207 19 49 0 0.91 0.76 0.19 350.43 0.83 0.44
Hex CF 13 31 0 5B 4C 13 15E 53 2C
Octal 317 23 61 0 133 114 23 536 123 54
Binary 11001111 10011 110001 0 1011011 1001100 10011 101011110 1010011 101100

Color Harmonies of #CF1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1331

Black with #CF1331

Text Example


Text Example

White with #CF1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1331; }

 p { color: rgb(207,19,49); }

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

background-color css

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

 a { background-color: rgb(207,19,49); }

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

border-color css

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

 span { border-color: rgb(207,19,49); }

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