Html Css Color HEX #CF183D Cardinal

📋 copy color: '#CF183D'

red 207 ◦ green 24 ◦ blue 61

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

Shades of Cardinal #CF183D

Tints of Cardinal #CF183D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 70.89%
G = 8.22%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF183D (or 0xCF183D) is known color: Cardinal. HEX triplet: CF, 18 and 3D. RGB value is (207,24,61). Sum of RGB (Red+Green+Blue) = 207+24+61=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF183D is #30E7C2. Grayscale: #525252. Windows color (decimal): -3205059 or 4004047. OLE color: 4004047.

HSL color Cylindrical-coordinate representation of color #CF183D: hue angle of 347.87º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF183D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 61 -
CMYK 0 0.88 0.71 0.19
HSL 347.87º 0.79% 0.45% -
HSV(B) 347.87º 0.88% 0.81% -
XYZ 26.9 14.26 5.75 -
YUV 82.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 207 24 61 0 0.88 0.71 0.19 347.87 0.79 0.45
Hex CF 18 3D 0 58 47 13 15C 4F 2D
Octal 317 30 75 0 130 107 23 534 117 55
Binary 11001111 11000 111101 0 1011000 1000111 10011 101011100 1001111 101101

Color Harmonies of #CF183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF183D

Black with #CF183D

Text Example


Text Example

White with #CF183D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF183D; }

 p { color: rgb(207,24,61); }

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

background-color css

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

 a { background-color: rgb(207,24,61); }

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

border-color css

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

 span { border-color: rgb(207,24,61); }

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