Html Css Color HEX #CF063F Crimson

📋 copy color: '#CF063F'

red 207 ◦ green 6 ◦ blue 63

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

Shades of Crimson #CF063F

Tints of Crimson #CF063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 75%
G = 2.17%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF063F (or 0xCF063F) is known color: Crimson. HEX triplet: CF, 06 and 3F. RGB value is (207,6,63). Sum of RGB (Red+Green+Blue) = 207+6+63=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF063F is #30F9C0. Grayscale: #484848. Windows color (decimal): -3209665 or 4130511. OLE color: 4130511.

HSL color Cylindrical-coordinate representation of color #CF063F: hue angle of 342.99º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF063F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 63 -
CMYK 0 0.97 0.70 0.19
HSL 342.99º 0.94% 0.42% -
HSV(B) 342.99º 0.97% 0.81% -
XYZ 26.69 13.75 5.95 -
YUV 72.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 207 6 63 0 0.97 0.70 0.19 342.99 0.94 0.42
Hex CF 6 3F 0 61 46 13 157 5E 2A
Octal 317 6 77 0 141 106 23 527 136 52
Binary 11001111 110 111111 0 1100001 1000110 10011 101010111 1011110 101010

Color Harmonies of #CF063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF063F

Black with #CF063F

Text Example


Text Example

White with #CF063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF063F; }

 p { color: rgb(207,6,63); }

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

background-color css

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

 a { background-color: rgb(207,6,63); }

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

border-color css

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

 span { border-color: rgb(207,6,63); }

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