Html Css Color HEX #CF0340 Crimson

📋 copy color: '#CF0340'

red 207 ◦ green 3 ◦ blue 64

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

Shades of Crimson #CF0340

Tints of Crimson #CF0340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 75.55%
G = 1.09%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF0340 (or 0xCF0340) is known color: Crimson. HEX triplet: CF, 03 and 40. RGB value is (207,3,64). Sum of RGB (Red+Green+Blue) = 207+3+64=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0340 is #30FCBF. Grayscale: #464646. Windows color (decimal): -3210432 or 4195279. OLE color: 4195279.

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

Color convert

RGB 207 3 64 -
CMYK 0 0.99 0.69 0.19
HSL 342.06º 0.97% 0.41% -
HSV(B) 342.06º 0.99% 0.81% -
XYZ 26.69 13.7 6.09 -
YUV 70.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 207 3 64 0 0.99 0.69 0.19 342.06 0.97 0.41
Hex CF 3 40 0 63 45 13 156 61 29
Octal 317 3 100 0 143 105 23 526 141 51
Binary 11001111 11 1000000 0 1100011 1000101 10011 101010110 1100001 101001

Color Harmonies of #CF0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0340

Black with #CF0340

Text Example


Text Example

White with #CF0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0340; }

 p { color: rgb(207,3,64); }

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

background-color css

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

 a { background-color: rgb(207,3,64); }

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

border-color css

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

 span { border-color: rgb(207,3,64); }

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