Html Css Color HEX #CF013A Crimson

📋 copy color: '#CF013A'

red 207 ◦ green 1 ◦ blue 58

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

Shades of Crimson #CF013A

Tints of Crimson #CF013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 77.82%
G = 0.38%
B = 21.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF013A (or 0xCF013A) is known color: Crimson. HEX triplet: CF, 01 and 3A. RGB value is (207,1,58). Sum of RGB (Red+Green+Blue) = 207+1+58=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF013A is #30FEC5. Grayscale: #454545. Windows color (decimal): -3210950 or 3801551. OLE color: 3801551.

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

Color convert

RGB 207 1 58 -
CMYK 0 1.00 0.72 0.19
HSL 343.4º 0.99% 0.41% -
HSV(B) 343.4º 1% 0.81% -
XYZ 26.51 13.59 5.23 -
YUV 69.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 207 1 58 0 1.00 0.72 0.19 343.4 0.99 0.41
Hex CF 1 3A 0 64 48 13 157 63 29
Octal 317 1 72 0 144 110 23 527 143 51
Binary 11001111 1 111010 0 1100100 1001000 10011 101010111 1100011 101001

Color Harmonies of #CF013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF013A

Black with #CF013A

Text Example


Text Example

White with #CF013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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