Html Css Color HEX #CF184B Crimson

📋 copy color: '#CF184B'

red 207 ◦ green 24 ◦ blue 75

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

Shades of Crimson #CF184B

Tints of Crimson #CF184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 67.65%
G = 7.84%
B = 24.51%

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

#CF184B (or 0xCF184B) is known color: Crimson. HEX triplet: CF, 18 and 4B. RGB value is (207,24,75). Sum of RGB (Red+Green+Blue) = 207+24+75=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF184B is #30E7B4. Grayscale: #545454. Windows color (decimal): -3205045 or 4921551. OLE color: 4921551.

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

Color convert

RGB 207 24 75 -
CMYK 0 0.88 0.64 0.19
HSL 343.28º 0.79% 0.45% -
HSV(B) 343.28º 0.88% 0.81% -
XYZ 27.33 14.43 8 -
YUV 84.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 207 24 75 0 0.88 0.64 0.19 343.28 0.79 0.45
Hex CF 18 4B 0 58 40 13 157 4F 2D
Octal 317 30 113 0 130 100 23 527 117 55
Binary 11001111 11000 1001011 0 1011000 1000000 10011 101010111 1001111 101101

Color Harmonies of #CF184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF184B

Black with #CF184B

Text Example


Text Example

White with #CF184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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