Html Css Color HEX #CF013E Crimson

📋 copy color: '#CF013E'

red 207 ◦ green 1 ◦ blue 62

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

Shades of Crimson #CF013E

Tints of Crimson #CF013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 76.67%
G = 0.37%
B = 22.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF013E (or 0xCF013E) is known color: Crimson. HEX triplet: CF, 01 and 3E. RGB value is (207,1,62). Sum of RGB (Red+Green+Blue) = 207+1+62=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF013E is #30FEC1. Grayscale: #454545. Windows color (decimal): -3210946 or 4063695. OLE color: 4063695.

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

Color convert

RGB 207 1 62 -
CMYK 0 1.00 0.70 0.19
HSL 342.23º 0.99% 0.41% -
HSV(B) 342.23º 1% 0.81% -
XYZ 26.61 13.63 5.79 -
YUV 69.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 207 1 62 0 1.00 0.70 0.19 342.23 0.99 0.41
Hex CF 1 3E 0 64 46 13 156 63 29
Octal 317 1 76 0 144 106 23 526 143 51
Binary 11001111 1 111110 0 1100100 1000110 10011 101010110 1100011 101001

Color Harmonies of #CF013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF013E

Black with #CF013E

Text Example


Text Example

White with #CF013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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