Html Css Color HEX #CF013B Crimson

📋 copy color: '#CF013B'

red 207 ◦ green 1 ◦ blue 59

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

Shades of Crimson #CF013B

Tints of Crimson #CF013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 77.53%
G = 0.37%
B = 22.1%

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

#CF013B (or 0xCF013B) is known color: Crimson. HEX triplet: CF, 01 and 3B. RGB value is (207,1,59). Sum of RGB (Red+Green+Blue) = 207+1+59=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF013B is #30FEC4. Grayscale: #454545. Windows color (decimal): -3210949 or 3867087. OLE color: 3867087.

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

Color convert

RGB 207 1 59 -
CMYK 0 1.00 0.71 0.19
HSL 343.11º 0.99% 0.41% -
HSV(B) 343.11º 1% 0.81% -
XYZ 26.53 13.6 5.36 -
YUV 69.21 122.25 226.28 -
System Red Green Blue C M Y K H S L
Decimal 207 1 59 0 1.00 0.71 0.19 343.11 0.99 0.41
Hex CF 1 3B 0 64 47 13 157 63 29
Octal 317 1 73 0 144 107 23 527 143 51
Binary 11001111 1 111011 0 1100100 1000111 10011 101010111 1100011 101001

Color Harmonies of #CF013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF013B

Black with #CF013B

Text Example


Text Example

White with #CF013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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