Html Css Color HEX #CF154C Crimson

📋 copy color: '#CF154C'

red 207 ◦ green 21 ◦ blue 76

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

Shades of Crimson #CF154C

Tints of Crimson #CF154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25%

R = 68.09%
G = 6.91%
B = 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

#CF154C (or 0xCF154C) is known color: Crimson. HEX triplet: CF, 15 and 4C. RGB value is (207,21,76). Sum of RGB (Red+Green+Blue) = 207+21+76=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF154C is #30EAB3. Grayscale: #525252. Windows color (decimal): -3205812 or 4986319. OLE color: 4986319.

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

Color convert

RGB 207 21 76 -
CMYK 0 0.90 0.63 0.19
HSL 342.26º 0.82% 0.45% -
HSV(B) 342.26º 0.9% 0.81% -
XYZ 27.3 14.32 8.16 -
YUV 82.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 207 21 76 0 0.90 0.63 0.19 342.26 0.82 0.45
Hex CF 15 4C 0 5A 3F 13 156 52 2D
Octal 317 25 114 0 132 77 23 526 122 55
Binary 11001111 10101 1001100 0 1011010 111111 10011 101010110 1010010 101101

Color Harmonies of #CF154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF154C

Black with #CF154C

Text Example


Text Example

White with #CF154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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