Html Css Color HEX #CF0142 Crimson

📋 copy color: '#CF0142'

red 207 ◦ green 1 ◦ blue 66

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

Shades of Crimson #CF0142

Tints of Crimson #CF0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 75.55%
G = 0.36%
B = 24.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF0142 (or 0xCF0142) is known color: Crimson. HEX triplet: CF, 01 and 42. RGB value is (207,1,66). Sum of RGB (Red+Green+Blue) = 207+1+66=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0142 is #30FEBD. Grayscale: #454545. Windows color (decimal): -3210942 or 4325839. OLE color: 4325839.

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

Color convert

RGB 207 1 66 -
CMYK 0 1.00 0.68 0.19
HSL 341.07º 0.99% 0.41% -
HSV(B) 341.07º 1% 0.81% -
XYZ 26.73 13.68 6.39 -
YUV 70 125.75 225.71 -
System Red Green Blue C M Y K H S L
Decimal 207 1 66 0 1.00 0.68 0.19 341.07 0.99 0.41
Hex CF 1 42 0 64 44 13 155 63 29
Octal 317 1 102 0 144 104 23 525 143 51
Binary 11001111 1 1000010 0 1100100 1000100 10011 101010101 1100011 101001

Color Harmonies of #CF0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0142

Black with #CF0142

Text Example


Text Example

White with #CF0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0142; }

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

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

background-color css

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

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

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

border-color css

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

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

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