Html Css Color HEX #CF1B4B Crimson

📋 copy color: '#CF1B4B'

red 207 ◦ green 27 ◦ blue 75

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

Shades of Crimson #CF1B4B

Tints of Crimson #CF1B4B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.74%

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

R = 66.99%
G = 8.74%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF1B4B (or 0xCF1B4B) is known color: Crimson. HEX triplet: CF, 1B and 4B. RGB value is (207,27,75). Sum of RGB (Red+Green+Blue) = 207+27+75=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1B4B is #30E4B4. Grayscale: #565656. Windows color (decimal): -3204277 or 4922319. OLE color: 4922319.

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

Color convert

RGB 207 27 75 -
CMYK 0 0.87 0.64 0.19
HSL 344º 0.77% 0.46% -
HSV(B) 344º 0.87% 0.81% -
XYZ 27.39 14.56 8.02 -
YUV 86.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 207 27 75 0 0.87 0.64 0.19 344 0.77 0.46
Hex CF 1B 4B 0 57 40 13 158 4D 2E
Octal 317 33 113 0 127 100 23 530 115 56
Binary 11001111 11011 1001011 0 1010111 1000000 10011 101011000 1001101 101110

Color Harmonies of #CF1B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1B4B

Black with #CF1B4B

Text Example


Text Example

White with #CF1B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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