Html Css Color HEX #CF012E Crimson

📋 copy color: '#CF012E'

red 207 ◦ green 1 ◦ blue 46

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

Shades of Crimson #CF012E

Tints of Crimson #CF012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 81.5%
G = 0.39%
B = 18.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF012E (or 0xCF012E) is known color: Crimson. HEX triplet: CF, 01 and 2E. RGB value is (207,1,46). Sum of RGB (Red+Green+Blue) = 207+1+46=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF012E is #30FED1. Grayscale: #434343. Windows color (decimal): -3210962 or 3015119. OLE color: 3015119.

HSL color Cylindrical-coordinate representation of color #CF012E: hue angle of 346.89º 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 #CF012E is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 46 -
CMYK 0 1.00 0.78 0.19
HSL 346.89º 0.99% 0.41% -
HSV(B) 346.89º 1% 0.81% -
XYZ 26.24 13.48 3.8 -
YUV 67.72 115.75 227.34 -
System Red Green Blue C M Y K H S L
Decimal 207 1 46 0 1.00 0.78 0.19 346.89 0.99 0.41
Hex CF 1 2E 0 64 4E 13 15B 63 29
Octal 317 1 56 0 144 116 23 533 143 51
Binary 11001111 1 101110 0 1100100 1001110 10011 101011011 1100011 101001

Color Harmonies of #CF012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF012E

Black with #CF012E

Text Example


Text Example

White with #CF012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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