Html Css Color HEX #CF1138 Crimson

📋 copy color: '#CF1138'

red 207 ◦ green 17 ◦ blue 56

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

Shades of Crimson #CF1138

Tints of Crimson #CF1138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

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

R = 73.93%
G = 6.07%
B = 20%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF1138 (or 0xCF1138) is known color: Crimson. HEX triplet: CF, 11 and 38. RGB value is (207,17,56). Sum of RGB (Red+Green+Blue) = 207+17+56=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1138 is #30EEC7. Grayscale: #4E4E4E. Windows color (decimal): -3206856 or 3674575. OLE color: 3674575.

HSL color Cylindrical-coordinate representation of color #CF1138: hue angle of 347.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1138 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 17 56 -
CMYK 0 0.92 0.73 0.19
HSL 347.68º 0.85% 0.44% -
HSV(B) 347.68º 0.92% 0.81% -
XYZ 26.65 13.95 5.03 -
YUV 78.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 207 17 56 0 0.92 0.73 0.19 347.68 0.85 0.44
Hex CF 11 38 0 5C 49 13 15C 55 2C
Octal 317 21 70 0 134 111 23 534 125 54
Binary 11001111 10001 111000 0 1011100 1001001 10011 101011100 1010101 101100

Color Harmonies of #CF1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1138

Black with #CF1138

Text Example


Text Example

White with #CF1138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1138; }

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

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

background-color css

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

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

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

border-color css

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

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

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