Html Css Color HEX #CF184E Crimson

📋 copy color: '#CF184E'

red 207 ◦ green 24 ◦ blue 78

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

Shades of Crimson #CF184E

Tints of Crimson #CF184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 66.99%
G = 7.77%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF184E (or 0xCF184E) is known color: Crimson. HEX triplet: CF, 18 and 4E. RGB value is (207,24,78). Sum of RGB (Red+Green+Blue) = 207+24+78=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF184E is #30E7B1. Grayscale: #545454. Windows color (decimal): -3205042 or 5118159. OLE color: 5118159.

HSL color Cylindrical-coordinate representation of color #CF184E: hue angle of 342.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF184E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 78 -
CMYK 0 0.88 0.62 0.19
HSL 342.3º 0.79% 0.45% -
HSV(B) 342.3º 0.88% 0.81% -
XYZ 27.43 14.47 8.55 -
YUV 84.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 207 24 78 0 0.88 0.62 0.19 342.3 0.79 0.45
Hex CF 18 4E 0 58 3E 13 156 4F 2D
Octal 317 30 116 0 130 76 23 526 117 55
Binary 11001111 11000 1001110 0 1011000 111110 10011 101010110 1001111 101101

Color Harmonies of #CF184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF184E

Black with #CF184E

Text Example


Text Example

White with #CF184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF184E; }

 p { color: rgb(207,24,78); }

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

background-color css

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

 a { background-color: rgb(207,24,78); }

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

border-color css

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

 span { border-color: rgb(207,24,78); }

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