Html Css Color HEX #CF0031 Crimson

📋 copy color: '#CF0031'

red 207 ◦ green 0 ◦ blue 49

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

Shades of Crimson #CF0031

Tints of Crimson #CF0031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.86%
G = 0%
B = 19.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF0031 (or 0xCF0031) is known color: Crimson. HEX triplet: CF, 00 and 31. RGB value is (207,0,49). Sum of RGB (Red+Green+Blue) = 207+0+49=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0031 is #30FFCE. Grayscale: #434343. Windows color (decimal): -3211215 or 3211471. OLE color: 3211471.

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

Color convert

RGB 207 0 49 -
CMYK 0 1 0.76 0.19
HSL 345.8º 1% 0.41% -
HSV(B) 345.8º 1% 0.81% -
XYZ 26.29 13.49 4.12 -
YUV 67.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 207 0 49 0 1 0.76 0.19 345.8 1 0.41
Hex CF 0 31 0 64 4C 13 15A 64 29
Octal 317 0 61 0 144 114 23 532 144 51
Binary 11001111 0 110001 0 1100100 1001100 10011 101011010 1100100 101001

Color Harmonies of #CF0031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0031

Black with #CF0031

Text Example


Text Example

White with #CF0031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0031; }

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

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

background-color css

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

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

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

border-color css

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

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

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