Html Css Color HEX #CF1332 Crimson

📋 copy color: '#CF1332'

red 207 ◦ green 19 ◦ blue 50

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

Shades of Crimson #CF1332

Tints of Crimson #CF1332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 75%
G = 6.88%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF1332 (or 0xCF1332) is known color: Crimson. HEX triplet: CF, 13 and 32. RGB value is (207,19,50). Sum of RGB (Red+Green+Blue) = 207+19+50=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1332 is #30ECCD. Grayscale: #4E4E4E. Windows color (decimal): -3206350 or 3281871. OLE color: 3281871.

HSL color Cylindrical-coordinate representation of color #CF1332: hue angle of 350.11º degrees, saturation: 0.83, 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 #CF1332 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 50 -
CMYK 0 0.91 0.76 0.19
HSL 350.11º 0.83% 0.44% -
HSV(B) 350.11º 0.91% 0.81% -
XYZ 26.54 13.96 4.31 -
YUV 78.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 207 19 50 0 0.91 0.76 0.19 350.11 0.83 0.44
Hex CF 13 32 0 5B 4C 13 15E 53 2C
Octal 317 23 62 0 133 114 23 536 123 54
Binary 11001111 10011 110010 0 1011011 1001100 10011 101011110 1010011 101100

Color Harmonies of #CF1332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1332

Black with #CF1332

Text Example


Text Example

White with #CF1332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1332; }

 p { color: rgb(207,19,50); }

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

background-color css

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

 a { background-color: rgb(207,19,50); }

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

border-color css

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

 span { border-color: rgb(207,19,50); }

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