Html Css Color HEX #CF1439 Crimson

📋 copy color: '#CF1439'

red 207 ◦ green 20 ◦ blue 57

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

Shades of Crimson #CF1439

Tints of Crimson #CF1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 72.89%
G = 7.04%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF1439 (or 0xCF1439) is known color: Crimson. HEX triplet: CF, 14 and 39. RGB value is (207,20,57). Sum of RGB (Red+Green+Blue) = 207+20+57=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1439 is #30EBC6. Grayscale: #505050. Windows color (decimal): -3206087 or 3740879. OLE color: 3740879.

HSL color Cylindrical-coordinate representation of color #CF1439: hue angle of 348.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1439 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 20 57 -
CMYK 0 0.90 0.72 0.19
HSL 348.13º 0.82% 0.45% -
HSV(B) 348.13º 0.9% 0.81% -
XYZ 26.72 14.06 5.18 -
YUV 80.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 207 20 57 0 0.90 0.72 0.19 348.13 0.82 0.45
Hex CF 14 39 0 5A 48 13 15C 52 2D
Octal 317 24 71 0 132 110 23 534 122 55
Binary 11001111 10100 111001 0 1011010 1001000 10011 101011100 1010010 101101

Color Harmonies of #CF1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1439

Black with #CF1439

Text Example


Text Example

White with #CF1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1439; }

 p { color: rgb(207,20,57); }

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

background-color css

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

 a { background-color: rgb(207,20,57); }

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

border-color css

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

 span { border-color: rgb(207,20,57); }

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