Html Css Color HEX #CF0131 Crimson

📋 copy color: '#CF0131'

red 207 ◦ green 1 ◦ blue 49

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

Shades of Crimson #CF0131

Tints of Crimson #CF0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 80.54%
G = 0.39%
B = 19.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF0131 (or 0xCF0131) is known color: Crimson. HEX triplet: CF, 01 and 31. RGB value is (207,1,49). Sum of RGB (Red+Green+Blue) = 207+1+49=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0131 is #30FECE. Grayscale: #444444. Windows color (decimal): -3210959 or 3211727. OLE color: 3211727.

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

Color convert

RGB 207 1 49 -
CMYK 0 1.00 0.76 0.19
HSL 346.02º 0.99% 0.41% -
HSV(B) 346.02º 1% 0.81% -
XYZ 26.3 13.51 4.13 -
YUV 68.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 207 1 49 0 1.00 0.76 0.19 346.02 0.99 0.41
Hex CF 1 31 0 64 4C 13 15A 63 29
Octal 317 1 61 0 144 114 23 532 143 51
Binary 11001111 1 110001 0 1100100 1001100 10011 101011010 1100011 101001

Color Harmonies of #CF0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0131

Black with #CF0131

Text Example


Text Example

White with #CF0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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