Html Css Color HEX #CF154D Crimson

📋 copy color: '#CF154D'

red 207 ◦ green 21 ◦ blue 77

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

Shades of Crimson #CF154D

Tints of Crimson #CF154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 67.87%
G = 6.89%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF154D (or 0xCF154D) is known color: Crimson. HEX triplet: CF, 15 and 4D. RGB value is (207,21,77). Sum of RGB (Red+Green+Blue) = 207+21+77=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF154D is #30EAB2. Grayscale: #525252. Windows color (decimal): -3205811 or 5051855. OLE color: 5051855.

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

Color convert

RGB 207 21 77 -
CMYK 0 0.90 0.63 0.19
HSL 341.94º 0.82% 0.45% -
HSV(B) 341.94º 0.9% 0.81% -
XYZ 27.34 14.34 8.35 -
YUV 83 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 207 21 77 0 0.90 0.63 0.19 341.94 0.82 0.45
Hex CF 15 4D 0 5A 3F 13 156 52 2D
Octal 317 25 115 0 132 77 23 526 122 55
Binary 11001111 10101 1001101 0 1011010 111111 10011 101010110 1010010 101101

Color Harmonies of #CF154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF154D

Black with #CF154D

Text Example


Text Example

White with #CF154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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