Html Css Color HEX #CF0134 Crimson

📋 copy color: '#CF0134'

red 207 ◦ green 1 ◦ blue 52

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

Shades of Crimson #CF0134

Tints of Crimson #CF0134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20%

R = 79.62%
G = 0.38%
B = 20%

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

#CF0134 (or 0xCF0134) is known color: Crimson. HEX triplet: CF, 01 and 34. RGB value is (207,1,52). Sum of RGB (Red+Green+Blue) = 207+1+52=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0134 is #30FECB. Grayscale: #444444. Windows color (decimal): -3210956 or 3408335. OLE color: 3408335.

HSL color Cylindrical-coordinate representation of color #CF0134: hue angle of 345.15º 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 #CF0134 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 52 -
CMYK 0 1.00 0.75 0.19
HSL 345.15º 0.99% 0.41% -
HSV(B) 345.15º 1% 0.81% -
XYZ 26.36 13.54 4.47 -
YUV 68.41 118.75 226.85 -
System Red Green Blue C M Y K H S L
Decimal 207 1 52 0 1.00 0.75 0.19 345.15 0.99 0.41
Hex CF 1 34 0 64 4B 13 159 63 29
Octal 317 1 64 0 144 113 23 531 143 51
Binary 11001111 1 110100 0 1100100 1001011 10011 101011001 1100011 101001

Color Harmonies of #CF0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0134

Black with #CF0134

Text Example


Text Example

White with #CF0134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0134; }

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

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

background-color css

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

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

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

border-color css

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

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

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