Html Css Color HEX #CF1538 Crimson

📋 copy color: '#CF1538'

red 207 ◦ green 21 ◦ blue 56

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

Shades of Crimson #CF1538

Tints of Crimson #CF1538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.39%

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 72.89%
G = 7.39%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF1538 (or 0xCF1538) is known color: Crimson. HEX triplet: CF, 15 and 38. RGB value is (207,21,56). Sum of RGB (Red+Green+Blue) = 207+21+56=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1538 is #30EAC7. Grayscale: #505050. Windows color (decimal): -3205832 or 3675599. OLE color: 3675599.

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

Color convert

RGB 207 21 56 -
CMYK 0 0.90 0.73 0.19
HSL 348.71º 0.82% 0.45% -
HSV(B) 348.71º 0.9% 0.81% -
XYZ 26.71 14.09 5.05 -
YUV 80.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 207 21 56 0 0.90 0.73 0.19 348.71 0.82 0.45
Hex CF 15 38 0 5A 49 13 15D 52 2D
Octal 317 25 70 0 132 111 23 535 122 55
Binary 11001111 10101 111000 0 1011010 1001001 10011 101011101 1010010 101101

Color Harmonies of #CF1538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1538

Black with #CF1538

Text Example


Text Example

White with #CF1538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1538; }

 p { color: rgb(207,21,56); }

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

background-color css

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

 a { background-color: rgb(207,21,56); }

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

border-color css

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

 span { border-color: rgb(207,21,56); }

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