Html Css Color HEX #CF0133 Crimson

📋 copy color: '#CF0133'

red 207 ◦ green 1 ◦ blue 51

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

Shades of Crimson #CF0133

Tints of Crimson #CF0133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 51 (20.31% from 255) = 19.69%

R = 79.92%
G = 0.39%
B = 19.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF0133 (or 0xCF0133) is known color: Crimson. HEX triplet: CF, 01 and 33. RGB value is (207,1,51). Sum of RGB (Red+Green+Blue) = 207+1+51=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0133 is #30FECC. Grayscale: #444444. Windows color (decimal): -3210957 or 3342799. OLE color: 3342799.

HSL color Cylindrical-coordinate representation of color #CF0133: hue angle of 345.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0133 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 51 -
CMYK 0 1.00 0.75 0.19
HSL 345.44º 0.99% 0.41% -
HSV(B) 345.44º 1% 0.81% -
XYZ 26.34 13.53 4.35 -
YUV 68.29 118.25 226.93 -
System Red Green Blue C M Y K H S L
Decimal 207 1 51 0 1.00 0.75 0.19 345.44 0.99 0.41
Hex CF 1 33 0 64 4B 13 159 63 29
Octal 317 1 63 0 144 113 23 531 143 51
Binary 11001111 1 110011 0 1100100 1001011 10011 101011001 1100011 101001

Color Harmonies of #CF0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0133

Black with #CF0133

Text Example


Text Example

White with #CF0133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0133; }

 p { color: rgb(207,1,51); }

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

background-color css

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

 a { background-color: rgb(207,1,51); }

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

border-color css

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

 span { border-color: rgb(207,1,51); }

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