Html Css Color HEX #CF013C Crimson

📋 copy color: '#CF013C'

red 207 ◦ green 1 ◦ blue 60

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

Shades of Crimson #CF013C

Tints of Crimson #CF013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 77.24%
G = 0.37%
B = 22.39%

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

#CF013C (or 0xCF013C) is known color: Crimson. HEX triplet: CF, 01 and 3C. RGB value is (207,1,60). Sum of RGB (Red+Green+Blue) = 207+1+60=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF013C is #30FEC3. Grayscale: #454545. Windows color (decimal): -3210948 or 3932623. OLE color: 3932623.

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

Color convert

RGB 207 1 60 -
CMYK 0 1.00 0.71 0.19
HSL 342.82º 0.99% 0.41% -
HSV(B) 342.82º 1% 0.81% -
XYZ 26.56 13.61 5.5 -
YUV 69.32 122.75 226.2 -
System Red Green Blue C M Y K H S L
Decimal 207 1 60 0 1.00 0.71 0.19 342.82 0.99 0.41
Hex CF 1 3C 0 64 47 13 157 63 29
Octal 317 1 74 0 144 107 23 527 143 51
Binary 11001111 1 111100 0 1100100 1000111 10011 101010111 1100011 101001

Color Harmonies of #CF013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF013C

Black with #CF013C

Text Example


Text Example

White with #CF013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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