Html Css Color HEX #CF013D Crimson

📋 copy color: '#CF013D'

red 207 ◦ green 1 ◦ blue 61

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

Shades of Crimson #CF013D

Tints of Crimson #CF013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 76.95%
G = 0.37%
B = 22.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF013D (or 0xCF013D) is known color: Crimson. HEX triplet: CF, 01 and 3D. RGB value is (207,1,61). Sum of RGB (Red+Green+Blue) = 207+1+61=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF013D is #30FEC2. Grayscale: #454545. Windows color (decimal): -3210947 or 3998159. OLE color: 3998159.

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

Color convert

RGB 207 1 61 -
CMYK 0 1.00 0.71 0.19
HSL 342.52º 0.99% 0.41% -
HSV(B) 342.52º 1% 0.81% -
XYZ 26.59 13.62 5.64 -
YUV 69.43 123.25 226.12 -
System Red Green Blue C M Y K H S L
Decimal 207 1 61 0 1.00 0.71 0.19 342.52 0.99 0.41
Hex CF 1 3D 0 64 47 13 157 63 29
Octal 317 1 75 0 144 107 23 527 143 51
Binary 11001111 1 111101 0 1100100 1000111 10011 101010111 1100011 101001

Color Harmonies of #CF013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF013D

Black with #CF013D

Text Example


Text Example

White with #CF013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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