Html Css Color HEX #CF124B Crimson

📋 copy color: '#CF124B'

red 207 ◦ green 18 ◦ blue 75

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

Shades of Crimson #CF124B

Tints of Crimson #CF124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 69%
G = 6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF124B (or 0xCF124B) is known color: Crimson. HEX triplet: CF, 12 and 4B. RGB value is (207,18,75). Sum of RGB (Red+Green+Blue) = 207+18+75=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF124B is #30EDB4. Grayscale: #505050. Windows color (decimal): -3206581 or 4920015. OLE color: 4920015.

HSL color Cylindrical-coordinate representation of color #CF124B: hue angle of 341.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF124B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 18 75 -
CMYK 0 0.91 0.64 0.19
HSL 341.9º 0.84% 0.44% -
HSV(B) 341.9º 0.91% 0.81% -
XYZ 27.22 14.21 7.96 -
YUV 81.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 207 18 75 0 0.91 0.64 0.19 341.9 0.84 0.44
Hex CF 12 4B 0 5B 40 13 156 54 2C
Octal 317 22 113 0 133 100 23 526 124 54
Binary 11001111 10010 1001011 0 1011011 1000000 10011 101010110 1010100 101100

Color Harmonies of #CF124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF124B

Black with #CF124B

Text Example


Text Example

White with #CF124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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