Html Css Color HEX #CF0F4B Crimson

📋 copy color: '#CF0F4B'

red 207 ◦ green 15 ◦ blue 75

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

Shades of Crimson #CF0F4B

Tints of Crimson #CF0F4B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

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

R = 69.7%
G = 5.05%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF0F4B (or 0xCF0F4B) is known color: Crimson. HEX triplet: CF, 0F and 4B. RGB value is (207,15,75). Sum of RGB (Red+Green+Blue) = 207+15+75=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F4B is #30F0B4. Grayscale: #4F4F4F. Windows color (decimal): -3207349 or 4919247. OLE color: 4919247.

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

Color convert

RGB 207 15 75 -
CMYK 0 0.93 0.64 0.19
HSL 341.25º 0.86% 0.44% -
HSV(B) 341.25º 0.93% 0.81% -
XYZ 27.17 14.12 7.95 -
YUV 79.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 207 15 75 0 0.93 0.64 0.19 341.25 0.86 0.44
Hex CF F 4B 0 5D 40 13 155 56 2C
Octal 317 17 113 0 135 100 23 525 126 54
Binary 11001111 1111 1001011 0 1011101 1000000 10011 101010101 1010110 101100

Color Harmonies of #CF0F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F4B

Black with #CF0F4B

Text Example


Text Example

White with #CF0F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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