Html Css Color HEX #CF184A Crimson

📋 copy color: '#CF184A'

red 207 ◦ green 24 ◦ blue 74

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

Shades of Crimson #CF184A

Tints of Crimson #CF184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 67.87%
G = 7.87%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF184A (or 0xCF184A) is known color: Crimson. HEX triplet: CF, 18 and 4A. RGB value is (207,24,74). Sum of RGB (Red+Green+Blue) = 207+24+74=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF184A is #30E7B5. Grayscale: #545454. Windows color (decimal): -3205046 or 4856015. OLE color: 4856015.

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

Color convert

RGB 207 24 74 -
CMYK 0 0.88 0.64 0.19
HSL 343.61º 0.79% 0.45% -
HSV(B) 343.61º 0.88% 0.81% -
XYZ 27.29 14.41 7.82 -
YUV 84.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 207 24 74 0 0.88 0.64 0.19 343.61 0.79 0.45
Hex CF 18 4A 0 58 40 13 158 4F 2D
Octal 317 30 112 0 130 100 23 530 117 55
Binary 11001111 11000 1001010 0 1011000 1000000 10011 101011000 1001111 101101

Color Harmonies of #CF184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF184A

Black with #CF184A

Text Example


Text Example

White with #CF184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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